Html Css Color HEX #9C130A Dark Red

📋 copy color: '#9C130A'

red 156 ◦ green 19 ◦ blue 10

#9C130A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Red #9C130A

Tints of Dark Red #9C130A

RGB

 RED value IS 156 (61.33% from 255) = 84.32%

 GREEN value IS 19 (7.81% from 255) = 10.27%

 BLUE value IS 10 (4.3% from 255) = 5.41%

R = 84.32%
G = 10.27%
B = 5.41%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.94

 K value IS 0.39

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#9C130A (or 0x9C130A) is known color: Dark Red. HEX triplet: 9C, 13 and 0A. RGB value is (156,19,10). Sum of RGB (Red+Green+Blue) = 156+19+10=185 (24% of max value = 765). Red value is 156 (61.33% from 255 or 84.32% from 185); Green value is 19 (7.81% from 255 or 10.27% from 185); Blue value is 10 (4.30% from 255 or 5.41% from 185); Max value from RGB is 156 - color contains mainly: red. Hex color #9C130A is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #9C130A is #63ECF5. Grayscale: #3B3B3B. Windows color (decimal): -6548726 or 660380. OLE color: 660380.

HSL color Cylindrical-coordinate representation of color #9C130A: hue angle of 3.7º degrees, saturation: 0.88, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #9C130A is Cyan = 0, Magento = 0.88, Yellow = 0.94 and Black (K on CMYK) = 0.39.

Color convert

RGB 156 19 10 -
CMYK 0 0.88 0.94 0.39
HSL 3.7º 0.88% 0.33% -
HSV(B) 3.7º 0.94% 0.61% -
XYZ 14 7.56 1.01 -
YUV 58.94 100.39 197.23 -
System Red Green Blue C M Y K H S L
Decimal 156 19 10 0 0.88 0.94 0.39 3.7 0.88 0.33
Hex 9C 13 A 0 58 5E 27 4 58 21
Octal 234 23 12 0 130 136 47 4 130 41
Binary 10011100 10011 1010 0 1011000 1011110 100111 100 1011000 100001

Color Harmonies of #9C130A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C130A

Black with #9C130A

Text Example


Text Example

White with #9C130A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9C130A; }

 p { color: rgb(156,19,10); }

 H1.HeaderClassName
 {
   color: #9C130A;
 }
 .AnyTagClassName
 {
   color: #9C130A;
 }
</style>

background-color css

<style>
 a { background-color: #9C130A; }

 a { background-color: rgb(156,19,10); }

 div.DivClassName
 {
   background-color: #9C130A;
 }
 .BgClassName
 {
   background-color: #9C130A;
 }
</style>

border-color css

<style>
 span { border-color: #9C130A; }

 span { border-color: rgb(156,19,10); }

 td.TdClassName
 {
   border-color: #9C130A;
 }
 .TagClassName
 {
   border-color: #9C130A;
 }
</style>