Html Css Color HEX #911228 Carmine

📋 copy color: '#911228'

red 145 ◦ green 18 ◦ blue 40

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

Shades of Carmine #911228

Tints of Carmine #911228

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 19.7%

R = 71.43%
G = 8.87%
B = 19.7%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.72

 K value IS 0.43

RGB Variations

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

Color information

#911228 (or 0x911228) is known color: Carmine. HEX triplet: 91, 12 and 28. RGB value is (145,18,40). Sum of RGB (Red+Green+Blue) = 145+18+40=203 (26% of max value = 765). Red value is 145 (57.03% from 255 or 71.43% from 203); Green value is 18 (7.42% from 255 or 8.87% from 203); Blue value is 40 (16.02% from 255 or 19.70% from 203); Max value from RGB is 145 - color contains mainly: red. Hex color #911228 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #911228 is #6EEDD7. Grayscale: #3A3A3A. Windows color (decimal): -7269848 or 2626193. OLE color: 2626193.

HSL color Cylindrical-coordinate representation of color #911228: hue angle of 349.61º 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 #911228 is Cyan = 0, Magento = 0.88, Yellow = 0.72 and Black (K on CMYK) = 0.43.

Color convert

RGB 145 18 40 -
CMYK 0 0.88 0.72 0.43
HSL 349.61º 0.78% 0.32% -
HSV(B) 349.61º 0.88% 0.57% -
XYZ 12.28 6.61 2.64 -
YUV 58.48 117.58 189.71 -
System Red Green Blue C M Y K H S L
Decimal 145 18 40 0 0.88 0.72 0.43 349.61 0.78 0.32
Hex 91 12 28 0 58 48 2B 15E 4E 20
Octal 221 22 50 0 130 110 53 536 116 40
Binary 10010001 10010 101000 0 1011000 1001000 101011 101011110 1001110 100000

Color Harmonies of #911228

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #911228

Black with #911228

Text Example


Text Example

White with #911228

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #911228; }

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

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

background-color css

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

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

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

border-color css

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

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

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