Html Css Color HEX #991220 Carmine

📋 copy color: '#991220'

red 153 ◦ green 18 ◦ blue 32

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

Shades of Carmine #991220

Tints of Carmine #991220

RGB

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

 GREEN value IS 18 (7.42% from 255) = 8.87%

 BLUE value IS 32 (12.89% from 255) = 15.76%

R = 75.37%
G = 8.87%
B = 15.76%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.79

 K value IS 0.4

RGB Variations

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

Color information

#991220 (or 0x991220) is known color: Carmine. HEX triplet: 99, 12 and 20. RGB value is (153,18,32). Sum of RGB (Red+Green+Blue) = 153+18+32=203 (26% of max value = 765). Red value is 153 (60.16% from 255 or 75.37% from 203); Green value is 18 (7.42% from 255 or 8.87% from 203); Blue value is 32 (12.89% from 255 or 15.76% from 203); Max value from RGB is 153 - color contains mainly: red. Hex color #991220 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #991220 is #66EDDF. Grayscale: #3C3C3C. Windows color (decimal): -6745568 or 2101913. OLE color: 2101913.

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

Color convert

RGB 153 18 32 -
CMYK 0 0.88 0.79 0.4
HSL 353.78º 0.79% 0.34% -
HSV(B) 353.78º 0.88% 0.6% -
XYZ 13.61 7.31 2.06 -
YUV 59.96 112.23 194.36 -
System Red Green Blue C M Y K H S L
Decimal 153 18 32 0 0.88 0.79 0.4 353.78 0.79 0.34
Hex 99 12 20 0 58 4F 28 162 4F 22
Octal 231 22 40 0 130 117 50 542 117 42
Binary 10011001 10010 100000 0 1011000 1001111 101000 101100010 1001111 100010

Color Harmonies of #991220

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #991220

Black with #991220

Text Example


Text Example

White with #991220

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #991220; }

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

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

background-color css

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

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

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

border-color css

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

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

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