Html Css Color HEX #911520 Carmine

📋 copy color: '#911520'

red 145 ◦ green 21 ◦ blue 32

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

Shades of Carmine #911520

Tints of Carmine #911520

RGB

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

 GREEN value IS 21 (8.59% from 255) = 10.61%

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

R = 73.23%
G = 10.61%
B = 16.16%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.78

 K value IS 0.43

RGB Variations

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

Color information

#911520 (or 0x911520) is known color: Carmine. HEX triplet: 91, 15 and 20. RGB value is (145,21,32). Sum of RGB (Red+Green+Blue) = 145+21+32=198 (26% of max value = 765). Red value is 145 (57.03% from 255 or 73.23% from 198); Green value is 21 (8.59% from 255 or 10.61% from 198); Blue value is 32 (12.89% from 255 or 16.16% from 198); Max value from RGB is 145 - color contains mainly: red. Hex color #911520 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #911520 is #6EEADF. Grayscale: #3B3B3B. Windows color (decimal): -7269088 or 2102673. OLE color: 2102673.

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

Color convert

RGB 145 21 32 -
CMYK 0 0.86 0.78 0.43
HSL 354.68º 0.75% 0.33% -
HSV(B) 354.68º 0.86% 0.57% -
XYZ 12.21 6.66 2.01 -
YUV 59.33 112.58 189.11 -
System Red Green Blue C M Y K H S L
Decimal 145 21 32 0 0.86 0.78 0.43 354.68 0.75 0.33
Hex 91 15 20 0 56 4E 2B 163 4B 21
Octal 221 25 40 0 126 116 53 543 113 41
Binary 10010001 10101 100000 0 1010110 1001110 101011 101100011 1001011 100001

Color Harmonies of #911520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #911520

Black with #911520

Text Example


Text Example

White with #911520

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #911520; }

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

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

background-color css

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

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

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

border-color css

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

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

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