Html Css Color HEX #911120 Carmine

📋 copy color: '#911120'

red 145 ◦ green 17 ◦ blue 32

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

Shades of Carmine #911120

Tints of Carmine #911120

RGB

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

 GREEN value IS 17 (7.03% from 255) = 8.76%

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

R = 74.74%
G = 8.76%
B = 16.49%

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

#911120 (or 0x911120) is known color: Carmine. HEX triplet: 91, 11 and 20. RGB value is (145,17,32). Sum of RGB (Red+Green+Blue) = 145+17+32=194 (25% of max value = 765). Red value is 145 (57.03% from 255 or 74.74% from 194); Green value is 17 (7.03% from 255 or 8.76% from 194); Blue value is 32 (12.89% from 255 or 16.49% from 194); Max value from RGB is 145 - color contains mainly: red. Hex color #911120 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #911120 is #6EEEDF. Grayscale: #393939. Windows color (decimal): -7270112 or 2101649. OLE color: 2101649.

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

Color convert

RGB 145 17 32 -
CMYK 0 0.88 0.78 0.43
HSL 352.97º 0.79% 0.32% -
HSV(B) 352.97º 0.88% 0.57% -
XYZ 12.14 6.52 1.99 -
YUV 56.98 113.91 190.78 -
System Red Green Blue C M Y K H S L
Decimal 145 17 32 0 0.88 0.78 0.43 352.97 0.79 0.32
Hex 91 11 20 0 58 4E 2B 161 4F 20
Octal 221 21 40 0 130 116 53 541 117 40
Binary 10010001 10001 100000 0 1011000 1001110 101011 101100001 1001111 100000

Color Harmonies of #911120

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #911120

Black with #911120

Text Example


Text Example

White with #911120

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #911120; }

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

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

background-color css

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

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

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

border-color css

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

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

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