#A20A19

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

Shades of Carmine #A20A19

Tints of Carmine #A20A19

Color information

#A20A19 (or 0xA20A19) is unknown color: approx Carmine. HEX triplet: A2, 0A and 19. RGB value is (162,10,25). Sum of RGB (Red+Green+Blue) = 162+10+25=197 (26% of max value = 765). Red value is 162 (63.67% from 255 or 82.23% from 197); Green value is 10 (4.30% from 255 or 5.08% from 197); Blue value is 25 (10.16% from 255 or 12.69% from 197); Max value from RGB is 162 - color contains mainly: red. Hex color #A20A19 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A20A19 is #5DF5E6. Grayscale: #393939. Windows color (decimal): -6157799 or 1641122. OLE color: 1641122.

HSL color Cylindrical-coordinate representation of color #A20A19: hue angle of 354.08º degrees, saturation: 0.88, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A20A19 is Cyan = 0, Magento = 0.94, Yellow = 0.85 and Black (K on CMYK) = 0.36.

Color convert

RGB1621025-
CMYK00.940.850.36
HSL354.08º88.37%33.73%-
HSV(B)354.08º93.83%63.53%-
XYZ15.187.971.66-
YUV57.16109.86202.78-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 82.23%
GREEN value IS 10 (4.30% from 255) = 5.08%
BLUE value IS 25 (10.16% from 255) = 12.69%
R=82.23%
G=5.08%
B=12.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.85
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162102500.940.850.36354.0888.3733.73
HexA2A1905E55241625822
Octal242123101361254454213042
Binary101000101010110010101111010101011001001011000101011000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A20A19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A20A19; }

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

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

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

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

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

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

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

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