#A20211

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

Shades of Carmine #A20211

Tints of Carmine #A20211

Color information

#A20211 (or 0xA20211) is unknown color: approx Carmine. HEX triplet: A2, 02 and 11. RGB value is (162,2,17). Sum of RGB (Red+Green+Blue) = 162+2+17=181 (23% of max value = 765). Red value is 162 (63.67% from 255 or 89.50% from 181); Green value is 2 (1.17% from 255 or 1.10% from 181); Blue value is 17 (7.03% from 255 or 9.39% from 181); Max value from RGB is 162 - color contains mainly: red. Hex color #A20211 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A20211 is #5DFDEE. Grayscale: #333333. Windows color (decimal): -6159855 or 1114786. OLE color: 1114786.

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

Color convert

RGB162217-
CMYK00.990.900.36
HSL354.38º97.56%32.16%-
HSV(B)354.38º98.77%63.53%-
XYZ15.027.771.24-
YUV51.55108.51206.78-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 89.50%
GREEN value IS 2 (1.17% from 255) = 1.10%
BLUE value IS 17 (7.03% from 255) = 9.39%
R=89.50%
G=1.10%
B=9.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.90
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16221700.990.900.36354.3897.5632.16
HexA22110635A241626220
Octal24222101431324454214240
Binary1010001010100010110001110110101001001011000101100010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A20211

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A20211; }

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

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

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

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

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

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

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

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