Html Css Color HEX #990011 Carmine

📋 copy color: '#990011'

red 153 ◦ green 0 ◦ blue 17

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

Shades of Carmine #990011

Tints of Carmine #990011

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 value IS 0

 M value IS 1

 Y value IS 0.89

 K value IS 0.4

RGB Variations

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

Color information

#990011 (or 0x990011) is known color: 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

RGB 153 0 17 -
CMYK 0 1 0.89 0.4
HSL 353.33º 1% 0.3% -
HSV(B) 353.33º 1% 0.6% -
XYZ 13.24 6.81 1.15 -
YUV 47.69 110.69 203.12 -
System Red Green Blue C M Y K H S L
Decimal 153 0 17 0 1 0.89 0.4 353.33 1 0.3
Hex 99 0 11 0 64 59 28 161 64 1E
Octal 231 0 21 0 144 131 50 541 144 36
Binary 10011001 0 10001 0 1100100 1011001 101000 101100001 1100100 11110

Color Harmonies of #990011

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #990011

Black with #990011

Text Example


Text Example

White with #990011

Text Example


Text Example

HTML Codes & Css Web 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>