#910222

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

Shades of Carmine #910222

Tints of Carmine #910222

Color information

#910222 (or 0x910222) is unknown color: approx Carmine. HEX triplet: 91, 02 and 22. RGB value is (145,2,34). Sum of RGB (Red+Green+Blue) = 145+2+34=181 (23% of max value = 765). Red value is 145 (57.03% from 255 or 80.11% from 181); Green value is 2 (1.17% from 255 or 1.10% from 181); Blue value is 34 (13.67% from 255 or 18.78% from 181); Max value from RGB is 145 - color contains mainly: red. Hex color #910222 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #910222 is #6EFDDD. Grayscale: #303030. Windows color (decimal): -7273950 or 2228881. OLE color: 2228881.

HSL color Cylindrical-coordinate representation of color #910222: hue angle of 346.57º 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 #910222 is Cyan = 0, Magento = 0.99, Yellow = 0.77 and Black (K on CMYK) = 0.43.

Color convert

RGB145234-
CMYK00.990.770.43
HSL346.57º97.28%28.82%-
HSV(B)346.57º98.62%56.86%-
XYZ11.996.182.07-
YUV48.4119.88196.9-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 80.11%
GREEN value IS 2 (1.17% from 255) = 1.10%
BLUE value IS 34 (13.67% from 255) = 18.78%
R=80.11%
G=1.10%
B=18.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.77
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14523400.990.770.43346.5797.2828.82
Hex912220634D2B15b611d
Octal22124201431155353314135
Binary1001000110100010011000111001101101011101011011110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #910222

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #910222; }

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

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

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

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

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

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

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

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