#A10E32

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

Shades of Carmine #A10E32

Tints of Carmine #A10E32

Color information

#A10E32 (or 0xA10E32) is unknown color: approx Carmine. HEX triplet: A1, 0E and 32. RGB value is (161,14,50). Sum of RGB (Red+Green+Blue) = 161+14+50=225 (29% of max value = 765). Red value is 161 (63.28% from 255 or 71.56% from 225); Green value is 14 (5.86% from 255 or 6.22% from 225); Blue value is 50 (19.92% from 255 or 22.22% from 225); Max value from RGB is 161 - color contains mainly: red. Hex color #A10E32 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A10E32 is #5EF1CD. Grayscale: #3E3E3E. Windows color (decimal): -6222286 or 3280545. OLE color: 3280545.

HSL color Cylindrical-coordinate representation of color #A10E32: hue angle of 345.31º degrees, saturation: 0.84, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A10E32 is Cyan = 0, Magento = 0.91, Yellow = 0.69 and Black (K on CMYK) = 0.37.

Color convert

RGB1611450-
CMYK00.910.690.37
HSL345.31º84%34.31%-
HSV(B)345.31º91.3%63.14%-
XYZ15.438.123.77-
YUV62.06121.2198.57-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 71.56%
GREEN value IS 14 (5.86% from 255) = 6.22%
BLUE value IS 50 (19.92% from 255) = 22.22%
R=71.56%
G=6.22%
B=22.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.69
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal161145000.910.690.37345.318434.31
HexA1E3205B45251595422
Octal241166201331054553112442
Binary1010000111101100100101101110001011001011010110011010100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A10E32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A10E32; }

 p { color: rgb(161,14,50); }

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

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

 a { background-color: rgb(161,14,50); }

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

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

 span { border-color: rgb(161,14,50); }

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