Html Css Color HEX #9C120C Dark Red

📋 copy color: '#9C120C'

red 156 ◦ green 18 ◦ blue 12

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

Shades of Dark Red #9C120C

Tints of Dark Red #9C120C

RGB

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

 GREEN value IS 18 (7.42% from 255) = 9.68%

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

R = 83.87%
G = 9.68%
B = 6.45%

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

#9C120C (or 0x9C120C) is known color: Dark Red. HEX triplet: 9C, 12 and 0C. RGB value is (156,18,12). Sum of RGB (Red+Green+Blue) = 156+18+12=186 (24% of max value = 765). Red value is 156 (61.33% from 255 or 83.87% from 186); Green value is 18 (7.42% from 255 or 9.68% from 186); Blue value is 12 (5.08% from 255 or 6.45% from 186); Max value from RGB is 156 - color contains mainly: red. Hex color #9C120C is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #9C120C is #63EDF3. Grayscale: #3A3A3A. Windows color (decimal): -6548980 or 791196. OLE color: 791196.

HSL color Cylindrical-coordinate representation of color #9C120C: hue angle of 2.5º 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 #9C120C is Cyan = 0, Magento = 0.88, Yellow = 0.92 and Black (K on CMYK) = 0.39.

Color convert

RGB 156 18 12 -
CMYK 0 0.88 0.92 0.39
HSL 2.5º 0.86% 0.33% -
HSV(B) 2.5º 0.92% 0.61% -
XYZ 13.99 7.53 1.06 -
YUV 58.58 101.72 197.49 -
System Red Green Blue C M Y K H S L
Decimal 156 18 12 0 0.88 0.92 0.39 2.5 0.86 0.33
Hex 9C 12 C 0 58 5C 27 2 56 21
Octal 234 22 14 0 130 134 47 2 126 41
Binary 10011100 10010 1100 0 1011000 1011100 100111 10 1010110 100001

Color Harmonies of #9C120C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C120C

Black with #9C120C

Text Example


Text Example

White with #9C120C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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