#A10211

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

Shades of Carmine #A10211

Tints of Carmine #A10211

Color information

#A10211 (or 0xA10211) is unknown color: approx Carmine. HEX triplet: A1, 02 and 11. RGB value is (161,2,17). Sum of RGB (Red+Green+Blue) = 161+2+17=180 (23% of max value = 765). Red value is 161 (63.28% from 255 or 89.44% from 180); Green value is 2 (1.17% from 255 or 1.11% from 180); Blue value is 17 (7.03% from 255 or 9.44% from 180); Max value from RGB is 161 - color contains mainly: red. Hex color #A10211 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A10211 is #5EFDEE. Grayscale: #333333. Windows color (decimal): -6225391 or 1114785. OLE color: 1114785.

HSL color Cylindrical-coordinate representation of color #A10211: hue angle of 354.34º degrees, saturation: 0.98, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A10211 is Cyan = 0, Magento = 0.99, Yellow = 0.89 and Black (K on CMYK) = 0.37.

Color convert

RGB161217-
CMYK00.990.890.37
HSL354.34º97.55%31.96%-
HSV(B)354.34º98.76%63.14%-
XYZ14.827.661.23-
YUV51.25108.68206.28-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 89.44%
GREEN value IS 2 (1.17% from 255) = 1.11%
BLUE value IS 17 (7.03% from 255) = 9.44%
R=89.44%
G=1.11%
B=9.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.89
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16121700.990.890.37354.3497.5531.96
HexA121106359251626220
Octal24122101431314554214240
Binary1010000110100010110001110110011001011011000101100010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A10211

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A10211; }

 p { color: rgb(161,2,17); }

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

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

 a { background-color: rgb(161,2,17); }

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

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

 span { border-color: rgb(161,2,17); }

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