#910A20

Color #910A20 Carmine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Carmine #910A20

Tints of Carmine #910A20

Color information

#910A20 (or 0x910A20) is unknown color: approx Carmine. HEX triplet: 91, 0A and 20. RGB value is (145,10,32). Sum of RGB (Red+Green+Blue) = 145+10+32=187 (24% of max value = 765). Red value is 145 (57.03% from 255 or 77.54% from 187); Green value is 10 (4.30% from 255 or 5.35% from 187); Blue value is 32 (12.89% from 255 or 17.11% from 187); Max value from RGB is 145 - color contains mainly: red. Hex color #910A20 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #910A20 is #6EF5DF. Grayscale: #343434. Windows color (decimal): -7271904 or 2099857. OLE color: 2099857.

HSL color Cylindrical-coordinate representation of color #910A20: hue angle of 350.22º degrees, saturation: 0.87, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #910A20 is Cyan = 0, Magento = 0.93, Yellow = 0.78 and Black (K on CMYK) = 0.43.

Color convert

RGB1451032-
CMYK00.930.780.43
HSL350.22º87.1%30.39%-
HSV(B)350.22º93.1%56.86%-
XYZ12.056.341.96-
YUV52.87116.23193.71-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 77.54%
GREEN value IS 10 (4.30% from 255) = 5.35%
BLUE value IS 32 (12.89% from 255) = 17.11%
R=77.54%
G=5.35%
B=17.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.78
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal145103200.930.780.43350.2287.130.39
Hex91A2005D4E2B15e571e
Octal221124001351165353612736
Binary100100011010100000010111011001110101011101011110101011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #910A20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #910A20;
 }
 .AnyTagClassName
 {
   color: #910A20;
 }
</style>
background-color css

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

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

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

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

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

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