Html Css Color HEX #911420 Carmine

📋 copy color: '#911420'

red 145 ◦ green 20 ◦ blue 32

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

Shades of Carmine #911420

Tints of Carmine #911420

RGB

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

 GREEN value IS 20 (8.2% from 255) = 10.15%

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

R = 73.6%
G = 10.15%
B = 16.24%

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

#911420 (or 0x911420) is known color: Carmine. HEX triplet: 91, 14 and 20. RGB value is (145,20,32). Sum of RGB (Red+Green+Blue) = 145+20+32=197 (26% of max value = 765). Red value is 145 (57.03% from 255 or 73.60% from 197); Green value is 20 (8.20% from 255 or 10.15% from 197); Blue value is 32 (12.89% from 255 or 16.24% from 197); Max value from RGB is 145 - color contains mainly: red. Hex color #911420 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #911420 is #6EEBDF. Grayscale: #3A3A3A. Windows color (decimal): -7269344 or 2102417. OLE color: 2102417.

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

Color convert

RGB 145 20 32 -
CMYK 0 0.86 0.78 0.43
HSL 354.24º 0.76% 0.32% -
HSV(B) 354.24º 0.86% 0.57% -
XYZ 12.19 6.62 2 -
YUV 58.74 112.91 189.52 -
System Red Green Blue C M Y K H S L
Decimal 145 20 32 0 0.86 0.78 0.43 354.24 0.76 0.32
Hex 91 14 20 0 56 4E 2B 162 4C 20
Octal 221 24 40 0 126 116 53 542 114 40
Binary 10010001 10100 100000 0 1010110 1001110 101011 101100010 1001100 100000

Color Harmonies of #911420

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #911420

Black with #911420

Text Example


Text Example

White with #911420

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #911420; }

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

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

background-color css

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

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

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

border-color css

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

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

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