Html Css Color HEX #910E20 Carmine

📋 copy color: '#910E20'

red 145 ◦ green 14 ◦ blue 32

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

Shades of Carmine #910E20

Tints of Carmine #910E20

RGB

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

 GREEN value IS 14 (5.86% from 255) = 7.33%

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

R = 75.92%
G = 7.33%
B = 16.75%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.78

 K value IS 0.43

RGB Variations

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

Color information

#910E20 (or 0x910E20) is known color: Carmine. HEX triplet: 91, 0E and 20. RGB value is (145,14,32). Sum of RGB (Red+Green+Blue) = 145+14+32=191 (25% of max value = 765). Red value is 145 (57.03% from 255 or 75.92% from 191); Green value is 14 (5.86% from 255 or 7.33% from 191); Blue value is 32 (12.89% from 255 or 16.75% from 191); Max value from RGB is 145 - color contains mainly: red. Hex color #910E20 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #910E20 is #6EF1DF. Grayscale: #373737. Windows color (decimal): -7270880 or 2100881. OLE color: 2100881.

HSL color Cylindrical-coordinate representation of color #910E20: hue angle of 351.76º degrees, saturation: 0.82, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #910E20 is Cyan = 0, Magento = 0.90, Yellow = 0.78 and Black (K on CMYK) = 0.43.

Color convert

RGB 145 14 32 -
CMYK 0 0.90 0.78 0.43
HSL 351.76º 0.82% 0.31% -
HSV(B) 351.76º 0.9% 0.57% -
XYZ 12.09 6.44 1.97 -
YUV 55.22 114.9 192.04 -
System Red Green Blue C M Y K H S L
Decimal 145 14 32 0 0.90 0.78 0.43 351.76 0.82 0.31
Hex 91 E 20 0 5A 4E 2B 160 52 1F
Octal 221 16 40 0 132 116 53 540 122 37
Binary 10010001 1110 100000 0 1011010 1001110 101011 101100000 1010010 11111

Color Harmonies of #910E20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #910E20

Black with #910E20

Text Example


Text Example

White with #910E20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #910E20; }

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

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

background-color css

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

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

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

border-color css

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

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

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