Html Css Color HEX #911220 Carmine

📋 copy color: '#911220'

red 145 ◦ green 18 ◦ blue 32

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

Shades of Carmine #911220

Tints of Carmine #911220

RGB

 RED value IS 145 (57.03% from 255) = 74.36%

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

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

R = 74.36%
G = 9.23%
B = 16.41%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.78

 K value IS 0.43

RGB Variations

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

Color information

#911220 (or 0x911220) is known color: Carmine. HEX triplet: 91, 12 and 20. RGB value is (145,18,32). Sum of RGB (Red+Green+Blue) = 145+18+32=195 (25% of max value = 765). Red value is 145 (57.03% from 255 or 74.36% from 195); Green value is 18 (7.42% from 255 or 9.23% from 195); Blue value is 32 (12.89% from 255 or 16.41% from 195); Max value from RGB is 145 - color contains mainly: red. Hex color #911220 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #911220 is #6EEDDF. Grayscale: #393939. Windows color (decimal): -7269856 or 2101905. OLE color: 2101905.

HSL color Cylindrical-coordinate representation of color #911220: hue angle of 353.39º degrees, saturation: 0.78, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #911220 is Cyan = 0, Magento = 0.88, Yellow = 0.78 and Black (K on CMYK) = 0.43.

Color convert

RGB 145 18 32 -
CMYK 0 0.88 0.78 0.43
HSL 353.39º 0.78% 0.32% -
HSV(B) 353.39º 0.88% 0.57% -
XYZ 12.15 6.56 1.99 -
YUV 57.57 113.58 190.36 -
System Red Green Blue C M Y K H S L
Decimal 145 18 32 0 0.88 0.78 0.43 353.39 0.78 0.32
Hex 91 12 20 0 58 4E 2B 161 4E 20
Octal 221 22 40 0 130 116 53 541 116 40
Binary 10010001 10010 100000 0 1011000 1001110 101011 101100001 1001110 100000

Color Harmonies of #911220

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #911220

Black with #911220

Text Example


Text Example

White with #911220

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #911220; }

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

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

background-color css

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

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

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

border-color css

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

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

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