Html Css Color HEX #9C130C Dark Red

📋 copy color: '#9C130C'

red 156 ◦ green 19 ◦ blue 12

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

Shades of Dark Red #9C130C

Tints of Dark Red #9C130C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 6.42%

R = 83.42%
G = 10.16%
B = 6.42%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.92

 K value IS 0.39

RGB Variations

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

Color information

#9C130C (or 0x9C130C) is known color: Dark Red. HEX triplet: 9C, 13 and 0C. RGB value is (156,19,12). Sum of RGB (Red+Green+Blue) = 156+19+12=187 (24% of max value = 765). Red value is 156 (61.33% from 255 or 83.42% from 187); Green value is 19 (7.81% from 255 or 10.16% from 187); Blue value is 12 (5.08% from 255 or 6.42% from 187); Max value from RGB is 156 - color contains mainly: red. Hex color #9C130C is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #9C130C is #63ECF3. Grayscale: #3B3B3B. Windows color (decimal): -6548724 or 791452. OLE color: 791452.

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

Color convert

RGB 156 19 12 -
CMYK 0 0.88 0.92 0.39
HSL 2.92º 0.86% 0.33% -
HSV(B) 2.92º 0.92% 0.61% -
XYZ 14.01 7.56 1.07 -
YUV 59.17 101.39 197.07 -
System Red Green Blue C M Y K H S L
Decimal 156 19 12 0 0.88 0.92 0.39 2.92 0.86 0.33
Hex 9C 13 C 0 58 5C 27 3 56 21
Octal 234 23 14 0 130 134 47 3 126 41
Binary 10011100 10011 1100 0 1011000 1011100 100111 11 1010110 100001

Color Harmonies of #9C130C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C130C

Black with #9C130C

Text Example


Text Example

White with #9C130C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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