Html Css Color HEX #9C120A Dark Red

📋 copy color: '#9C120A'

red 156 ◦ green 18 ◦ blue 10

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

Shades of Dark Red #9C120A

Tints of Dark Red #9C120A

RGB

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

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

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

R = 84.78%
G = 9.78%
B = 5.43%

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

#9C120A (or 0x9C120A) is known color: Dark Red. HEX triplet: 9C, 12 and 0A. RGB value is (156,18,10). Sum of RGB (Red+Green+Blue) = 156+18+10=184 (24% of max value = 765). Red value is 156 (61.33% from 255 or 84.78% from 184); Green value is 18 (7.42% from 255 or 9.78% from 184); Blue value is 10 (4.30% from 255 or 5.43% from 184); Max value from RGB is 156 - color contains mainly: red. Hex color #9C120A is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #9C120A is #63EDF5. Grayscale: #3A3A3A. Windows color (decimal): -6548982 or 660124. OLE color: 660124.

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

Color convert

RGB 156 18 10 -
CMYK 0 0.88 0.94 0.39
HSL 3.29º 0.88% 0.33% -
HSV(B) 3.29º 0.94% 0.61% -
XYZ 13.98 7.52 1 -
YUV 58.35 100.72 197.65 -
System Red Green Blue C M Y K H S L
Decimal 156 18 10 0 0.88 0.94 0.39 3.29 0.88 0.33
Hex 9C 12 A 0 58 5E 27 3 58 21
Octal 234 22 12 0 130 136 47 3 130 41
Binary 10011100 10010 1010 0 1011000 1011110 100111 11 1011000 100001

Color Harmonies of #9C120A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C120A

Black with #9C120A

Text Example


Text Example

White with #9C120A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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