#A20A24

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

Shades of Carmine #A20A24

Tints of Carmine #A20A24

Color information

#A20A24 (or 0xA20A24) is unknown color: approx Carmine. HEX triplet: A2, 0A and 24. RGB value is (162,10,36). Sum of RGB (Red+Green+Blue) = 162+10+36=208 (27% of max value = 765). Red value is 162 (63.67% from 255 or 77.88% from 208); Green value is 10 (4.30% from 255 or 4.81% from 208); Blue value is 36 (14.45% from 255 or 17.31% from 208); Max value from RGB is 162 - color contains mainly: red. Hex color #A20A24 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A20A24 is #5DF5DB. Grayscale: #3A3A3A. Windows color (decimal): -6157788 or 2362018. OLE color: 2362018.

HSL color Cylindrical-coordinate representation of color #A20A24: hue angle of 349.74º 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 #A20A24 is Cyan = 0, Magento = 0.94, Yellow = 0.78 and Black (K on CMYK) = 0.36.

Color convert

RGB1621036-
CMYK00.940.780.36
HSL349.74º88.37%33.73%-
HSV(B)349.74º93.83%63.53%-
XYZ15.338.032.41-
YUV58.41115.36201.89-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 77.88%
GREEN value IS 10 (4.30% from 255) = 4.81%
BLUE value IS 36 (14.45% from 255) = 17.31%
R=77.88%
G=4.81%
B=17.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.78
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162103600.940.780.36349.7488.3733.73
HexA2A2405E4E2415e5822
Octal242124401361164453613042
Binary1010001010101001000101111010011101001001010111101011000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A20A24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A20A24; }

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

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

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

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

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

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

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

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