#910A22

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

Shades of Carmine #910A22

Tints of Carmine #910A22

Color information

#910A22 (or 0x910A22) is unknown color: approx Carmine. HEX triplet: 91, 0A and 22. RGB value is (145,10,34). Sum of RGB (Red+Green+Blue) = 145+10+34=189 (25% of max value = 765). Red value is 145 (57.03% from 255 or 76.72% from 189); Green value is 10 (4.30% from 255 or 5.29% from 189); Blue value is 34 (13.67% from 255 or 17.99% from 189); Max value from RGB is 145 - color contains mainly: red. Hex color #910A22 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #910A22 is #6EF5DD. Grayscale: #353535. Windows color (decimal): -7271902 or 2230929. OLE color: 2230929.

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

Color convert

RGB1451034-
CMYK00.930.770.43
HSL349.33º87.1%30.39%-
HSV(B)349.33º93.1%56.86%-
XYZ12.076.352.1-
YUV53.1117.23193.55-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 76.72%
GREEN value IS 10 (4.30% from 255) = 5.29%
BLUE value IS 34 (13.67% from 255) = 17.99%
R=76.72%
G=5.29%
B=17.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.77
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal145103400.930.770.43349.3387.130.39
Hex91A2205D4D2B15d571e
Octal221124201351155353512736
Binary100100011010100010010111011001101101011101011101101011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #910A22

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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