Html Css Color HEX #990111 Carmine

📋 copy color: '#990111'

red 153 ◦ green 1 ◦ blue 17

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

Shades of Carmine #990111

Tints of Carmine #990111

RGB

 RED value IS 153 (60.16% from 255) = 89.47%

 GREEN value IS 1 (0.78% from 255) = 0.58%

 BLUE value IS 17 (7.03% from 255) = 9.94%

R = 89.47%
G = 0.58%
B = 9.94%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.89

 K value IS 0.4

RGB Variations

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

Color information

#990111 (or 0x990111) is known color: Carmine. HEX triplet: 99, 01 and 11. RGB value is (153,1,17). Sum of RGB (Red+Green+Blue) = 153+1+17=171 (22% of max value = 765). Red value is 153 (60.16% from 255 or 89.47% from 171); Green value is 1 (0.78% from 255 or 0.58% from 171); Blue value is 17 (7.03% from 255 or 9.94% from 171); Max value from RGB is 153 - color contains mainly: red. Hex color #990111 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #990111 is #66FEEE. Grayscale: #303030. Windows color (decimal): -6749935 or 1114521. OLE color: 1114521.

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

Color convert

RGB 153 1 17 -
CMYK 0 0.99 0.89 0.4
HSL 353.68º 0.99% 0.3% -
HSV(B) 353.68º 0.99% 0.6% -
XYZ 13.25 6.83 1.15 -
YUV 48.27 110.36 202.7 -
System Red Green Blue C M Y K H S L
Decimal 153 1 17 0 0.99 0.89 0.4 353.68 0.99 0.3
Hex 99 1 11 0 63 59 28 162 63 1E
Octal 231 1 21 0 143 131 50 542 143 36
Binary 10011001 1 10001 0 1100011 1011001 101000 101100010 1100011 11110

Color Harmonies of #990111

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #990111

Black with #990111

Text Example


Text Example

White with #990111

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #990111; }

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

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

background-color css

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

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

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

border-color css

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

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

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