#A20219

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

Shades of Carmine #A20219

Tints of Carmine #A20219

Color information

#A20219 (or 0xA20219) is unknown color: approx Carmine. HEX triplet: A2, 02 and 19. RGB value is (162,2,25). Sum of RGB (Red+Green+Blue) = 162+2+25=189 (25% of max value = 765). Red value is 162 (63.67% from 255 or 85.71% from 189); Green value is 2 (1.17% from 255 or 1.06% from 189); Blue value is 25 (10.16% from 255 or 13.23% from 189); Max value from RGB is 162 - color contains mainly: red. Hex color #A20219 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A20219 is #5DFDE6. Grayscale: #343434. Windows color (decimal): -6159847 or 1639074. OLE color: 1639074.

HSL color Cylindrical-coordinate representation of color #A20219: hue angle of 351.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 #A20219 is Cyan = 0, Magento = 0.99, Yellow = 0.85 and Black (K on CMYK) = 0.36.

Color convert

RGB162225-
CMYK00.990.850.36
HSL351.38º97.56%32.16%-
HSV(B)351.38º98.77%63.53%-
XYZ15.17.791.63-
YUV52.46112.51206.13-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 85.71%
GREEN value IS 2 (1.17% from 255) = 1.06%
BLUE value IS 25 (10.16% from 255) = 13.23%
R=85.71%
G=1.06%
B=13.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.85
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16222500.990.850.36351.3897.5632.16
HexA2219063552415f6220
Octal24223101431254453714240
Binary1010001010110010110001110101011001001010111111100010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A20219

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A20219; }

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

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

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

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

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

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

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

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