#910224

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

Shades of Carmine #910224

Tints of Carmine #910224

Color information

#910224 (or 0x910224) is unknown color: approx Carmine. HEX triplet: 91, 02 and 24. RGB value is (145,2,36). Sum of RGB (Red+Green+Blue) = 145+2+36=183 (24% of max value = 765). Red value is 145 (57.03% from 255 or 79.23% from 183); Green value is 2 (1.17% from 255 or 1.09% from 183); Blue value is 36 (14.45% from 255 or 19.67% from 183); Max value from RGB is 145 - color contains mainly: red. Hex color #910224 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #910224 is #6EFDDB. Grayscale: #303030. Windows color (decimal): -7273948 or 2359953. OLE color: 2359953.

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

Color convert

RGB145236-
CMYK00.990.750.43
HSL345.73º97.28%28.82%-
HSV(B)345.73º98.62%56.86%-
XYZ12.026.192.23-
YUV48.63120.88196.74-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 79.23%
GREEN value IS 2 (1.17% from 255) = 1.09%
BLUE value IS 36 (14.45% from 255) = 19.67%
R=79.23%
G=1.09%
B=19.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.75
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14523600.990.750.43345.7397.2828.82
Hex912240634B2B15a611d
Octal22124401431135353214135
Binary1001000110100100011000111001011101011101011010110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #910224

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #910224; }

 p { color: rgb(145,2,36); }

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

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

 a { background-color: rgb(145,2,36); }

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

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

 span { border-color: rgb(145,2,36); }

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