#A20F20

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

Shades of Carmine #A20F20

Tints of Carmine #A20F20

Color information

#A20F20 (or 0xA20F20) is unknown color: approx Carmine. HEX triplet: A2, 0F and 20. RGB value is (162,15,32). Sum of RGB (Red+Green+Blue) = 162+15+32=209 (27% of max value = 765). Red value is 162 (63.67% from 255 or 77.51% from 209); Green value is 15 (6.25% from 255 or 7.18% from 209); Blue value is 32 (12.89% from 255 or 15.31% from 209); Max value from RGB is 162 - color contains mainly: red. Hex color #A20F20 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A20F20 is #5DF0DF. Grayscale: #3C3C3C. Windows color (decimal): -6156512 or 2101154. OLE color: 2101154.

HSL color Cylindrical-coordinate representation of color #A20F20: hue angle of 353.06º degrees, saturation: 0.83, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A20F20 is Cyan = 0, Magento = 0.91, Yellow = 0.80 and Black (K on CMYK) = 0.36.

Color convert

RGB1621532-
CMYK00.910.800.36
HSL353.06º83.05%34.71%-
HSV(B)353.06º90.74%63.53%-
XYZ15.338.132.13-
YUV60.89111.7200.12-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 77.51%
GREEN value IS 15 (6.25% from 255) = 7.18%
BLUE value IS 32 (12.89% from 255) = 15.31%
R=77.51%
G=7.18%
B=15.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.80
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162153200.910.800.36353.0683.0534.71
HexA2F2005B50241615323
Octal242174001331204454112343
Binary1010001011111000000101101110100001001001011000011010011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A20F20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A20F20; }

 p { color: rgb(162,15,32); }

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

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

 a { background-color: rgb(162,15,32); }

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

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

 span { border-color: rgb(162,15,32); }

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