COLOR #C83B0A

HEX: #C83B0A
RGB: (200,59,10)

Color info

#C83B0A contains mainly red color. Web safe color of #C83B0A is #CC3300 (or #C30).

RGB color model

#C83B0A color RGB value is (200,59,10).

  • red value is 200;
  • green value is 59;
  • blue value is 10.
RGB:
(200,59,10)
(78%,23%,4%)

RGB channels and saturation

R 200 of 255 = 78%
G 59 of 255 = 23%
B 10 of 255 = 4%

200
59
10

R + G + B ~ 35%. #C83B0A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
200 + 59 + 10 = 269 (100%)
R 200 of 269 ~ 74.35%
G 59 of 269 ~ 21.93%
B 10 of 269 ~ 3.72%

%74.35
%21.93

CMYK color model

#C83B0A color CMYK value is (0,71,95,22).

  • cyan value is 0.00%
  • magenta value is 70.50%
  • yellow value is 95.00%
  • key color value is 21.57%
CMYK:
(0,71,95,22)
C0M71Y95K22 
(0%,71%,95%,22%)
(0.00/0.71/0.95/0.22)	

CMYK percentages

%0
%70.5
%95
%21.57

Codes

Color #C83B0A in popluar color models

C83B0A
RGB2005910
HSL15°90.48%41.18%
HSB/HSV15°95.00%78.43%
CMYK0.00%70.50%95.00%
21.57%

Color #C83B0A in popluar number systems.

HEXC83B0A
Decimal2005910
Binary110010001110111010
Octal3107312

Shades and tints

Shades of #C83B0A

#C83B0A
(200,59,10)
#B6360A
(182,54,10)
#A4310A
(164,49,10)
#922C0A
(146,44,10)
#80270A
(128,39,10)
#6E220A
(110,34,10)
#5C1D0A
(92,29,10)
#4A180A
(74,24,10)
#38130A
(56,19,10)
#260E0A
(38,14,10)
#14090A
(20,9,10)
#000000
(0,0,0)

Tints of #C83B0A

#C83B0A
(200,59,10)
#CD4C20
(205,76,32)
#D25D36
(210,93,54)
#D76E4C
(215,110,76)
#DC7F62
(220,127,98)
#E19078
(225,144,120)
#E6A18E
(230,161,142)
#EBB2A4
(235,178,164)
#F0C3BA
(240,195,186)
#F5D4D0
(245,212,208)
#FAE5E6
(250,229,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C83B0A color. Also use rgb(200,59,10) instead hex code.

Text Font Color

.myTextColor { color: #C83B0A; }

<p style="color:#C83B0A">This sample text font color is #C83B0A.</p>

This text font color is #C83B0A.


Background Color

.myBgColor { background-color: #C83B0A; }

<div style="background-color:#C83B0A">Inner text</div>

This div background color is #C83B0A.


Border color

.myBorderColor { border: 1px solid #C83B0A; }

<div style="border:3px solid #C83B0A">Div</div>

This div border color is #C83B0A.


Opacity

.myOpacity80 { color: #C83B0A; opacity: 0.8; }

<p style="color:#C83B0A;opacity:0.8;">80%</p>

Text with #C83B0A color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #C83B0A;}

<p style="text-shadow: 3px 3px 1px #C83B0A">Text here.</p>

This text has shadow with #C83B0A color.

.textShadow {text-shadow: 3px 3px 1px #C83B0A, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #C83B0A, 5px 5px 20px red">Text here.</p>

This text has shadow with #C83B0A primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#C83B0A, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#C83B0A, Direction=45, Strength=4)">Text</p>

This text has shadow with #C83B0A and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #C83B0A;
  -webkit-box-shadow:	1px 1px 3px 2px #C83B0A;
  box-shadow:		1px 1px 3px 2px #C83B0A;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #C83B0A;
-webkit-box-shadow: 1px 1px 3px 2px #C83B0A;
box-shadow:1px 1px 3px 2px #C83B0A;">
Div content here</div>
This div box has shadow with color #C83B0A.

Preview

Color preview on black background

This text has color #C83B0A on black background.


Color preview on white background

This text has color #C83B0A on white background.



Black color preview on #C83B0A background

This text has black color on #C83B0A background.


White color preview on #C83B0A background

This text has white color on #C83B0A background.