#99120C

Color #99120C Dark Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Red #99120C

Tints of Dark Red #99120C

Color information

#99120C (or 0x99120C) is unknown color: approx Dark Red. HEX triplet: 99, 12 and 0C. RGB value is (153,18,12). Sum of RGB (Red+Green+Blue) = 153+18+12=183 (24% of max value = 765). Red value is 153 (60.16% from 255 or 83.61% from 183); Green value is 18 (7.42% from 255 or 9.84% from 183); Blue value is 12 (5.08% from 255 or 6.56% from 183); Max value from RGB is 153 - color contains mainly: red. Hex color #99120C is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #99120C is #66EDF3. Grayscale: #393939. Windows color (decimal): -6745588 or 791193. OLE color: 791193.

HSL color Cylindrical-coordinate representation of color #99120C: hue angle of 2.55º degrees, saturation: 0.85, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #99120C is Cyan = 0, Magento = 0.88, Yellow = 0.92 and Black (K on CMYK) = 0.4.

Color convert

RGB1531812-
CMYK00.880.920.4
HSL2.55º85.45%32.35%-
HSV(B)2.55º92.16%60%-
XYZ13.427.231.04-
YUV57.68102.23195.99-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 83.61%
GREEN value IS 18 (7.42% from 255) = 9.84%
BLUE value IS 12 (5.08% from 255) = 6.56%
R=83.61%
G=9.84%
B=6.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.92
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153181200.880.920.42.5585.4532.35
Hex9912C0585C2835520
Octal2312214013013450312540
Binary10011001100101100010110001011100101000111010101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99120C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #99120C; }

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

 H1.HeaderClassName
 {
   color: #99120C;
 }
 .AnyTagClassName
 {
   color: #99120C;
 }
</style>
background-color css

<style>
 a { background-color: #99120C; }

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

 div.DivClassName
 {
   background-color: #99120C;
 }
 .BgClassName
 {
   background-color: #99120C;
 }
</style>
border-color css

<style>
 span { border-color: #99120C; }

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

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