#A20F21

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

Shades of Carmine #A20F21

Tints of Carmine #A20F21

Color information

#A20F21 (or 0xA20F21) is unknown color: approx Carmine. HEX triplet: A2, 0F and 21. RGB value is (162,15,33). Sum of RGB (Red+Green+Blue) = 162+15+33=210 (27% of max value = 765). Red value is 162 (63.67% from 255 or 77.14% from 210); Green value is 15 (6.25% from 255 or 7.14% from 210); Blue value is 33 (13.28% from 255 or 15.71% from 210); Max value from RGB is 162 - color contains mainly: red. Hex color #A20F21 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A20F21 is #5DF0DE. Grayscale: #3D3D3D. Windows color (decimal): -6156511 or 2166690. OLE color: 2166690.

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

Color convert

RGB1621533-
CMYK00.910.800.36
HSL352.65º83.05%34.71%-
HSV(B)352.65º90.74%63.53%-
XYZ15.358.132.2-
YUV61112.2200.04-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 77.14%
GREEN value IS 15 (6.25% from 255) = 7.14%
BLUE value IS 33 (13.28% from 255) = 15.71%
R=77.14%
G=7.14%
B=15.71%

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
Decimal162153300.910.800.36352.6583.0534.71
HexA2F2105B50241615323
Octal242174101331204454112343
Binary1010001011111000010101101110100001001001011000011010011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A20F21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A20F21; }

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

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

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

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

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

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

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

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