#990011

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

Shades of Carmine #990011

Tints of Carmine #990011

Color information

#990011 (or 0x990011) is unknown color: approx Carmine. HEX triplet: 99, 00 and 11. RGB value is (153,0,17). Sum of RGB (Red+Green+Blue) = 153+0+17=170 (22% of max value = 765). Red value is 153 (60.16% from 255 or 90% from 170); Green value is 0 (0.39% from 255 or 0% from 170); Blue value is 17 (7.03% from 255 or 10% from 170); Max value from RGB is 153 - color contains mainly: red. Hex color #990011 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #990011 is #66FFEE. Grayscale: #2F2F2F. Windows color (decimal): -6750191 or 1114265. OLE color: 1114265.

HSL color Cylindrical-coordinate representation of color #990011: hue angle of 353.33º degrees, saturation: 1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 1%. Process color model (Four color, CMYK) of #990011 is Cyan = 0, Magento = 1, Yellow = 0.89 and Black (K on CMYK) = 0.4.

Color convert

RGB153017-
CMYK010.890.4
HSL353.33º100%30%-
HSV(B)353.33º100%60%-
XYZ13.246.811.15-
YUV47.68110.69203.12-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 90%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 17 (7.03% from 255) = 10%
R=90%
G=0%
B=10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.89
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153017010.890.4353.3310030
Hex990110645928161641e
Octal23102101441315054114436
Binary10011001010001011001001011001101000101100001110010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #990011

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #990011; }

 p { color: rgb(153,0,17); }

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

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

 a { background-color: rgb(153,0,17); }

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

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

 span { border-color: rgb(153,0,17); }

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