#990C16

Color #990C16 Carmine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Carmine #990C16

Tints of Carmine #990C16

Color information

#990C16 (or 0x990C16) is unknown color: approx Carmine. HEX triplet: 99, 0C and 16. RGB value is (153,12,22). Sum of RGB (Red+Green+Blue) = 153+12+22=187 (24% of max value = 765). Red value is 153 (60.16% from 255 or 81.82% from 187); Green value is 12 (5.08% from 255 or 6.42% from 187); Blue value is 22 (8.98% from 255 or 11.76% from 187); Max value from RGB is 153 - color contains mainly: red. Hex color #990C16 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #990C16 is #66F3E9. Grayscale: #373737. Windows color (decimal): -6747114 or 1445017. OLE color: 1445017.

HSL color Cylindrical-coordinate representation of color #990C16: hue angle of 355.74º 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 #990C16 is Cyan = 0, Magento = 0.92, Yellow = 0.86 and Black (K on CMYK) = 0.4.

Color convert

RGB1531222-
CMYK00.920.860.4
HSL355.74º85.45%32.35%-
HSV(B)355.74º92.16%60%-
XYZ13.417.091.42-
YUV55.3109.21197.69-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 81.82%
GREEN value IS 12 (5.08% from 255) = 6.42%
BLUE value IS 22 (8.98% from 255) = 11.76%
R=81.82%
G=6.42%
B=11.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.86
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153122200.920.860.4355.7485.4532.35
Hex99C1605C56281645520
Octal231142601341265054412540
Binary100110011100101100101110010101101010001011001001010101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #990C16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #990C16; }

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

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

<style>
 a { background-color: #990C16; }

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

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

<style>
 span { border-color: #990C16; }

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

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