#A20B20

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

Shades of Carmine #A20B20

Tints of Carmine #A20B20

Color information

#A20B20 (or 0xA20B20) is unknown color: approx Carmine. HEX triplet: A2, 0B and 20. RGB value is (162,11,32). Sum of RGB (Red+Green+Blue) = 162+11+32=205 (27% of max value = 765). Red value is 162 (63.67% from 255 or 79.02% from 205); Green value is 11 (4.69% from 255 or 5.37% from 205); Blue value is 32 (12.89% from 255 or 15.61% from 205); Max value from RGB is 162 - color contains mainly: red. Hex color #A20B20 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A20B20 is #5DF4DF. Grayscale: #3A3A3A. Windows color (decimal): -6157536 or 2100130. OLE color: 2100130.

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

Color convert

RGB1621132-
CMYK00.930.800.36
HSL351.66º87.28%33.92%-
HSV(B)351.66º93.21%63.53%-
XYZ15.288.032.11-
YUV58.54113.03201.79-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 79.02%
GREEN value IS 11 (4.69% from 255) = 5.37%
BLUE value IS 32 (12.89% from 255) = 15.61%
R=79.02%
G=5.37%
B=15.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.80
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162113200.930.800.36351.6687.2833.92
HexA2B2005D50241605722
Octal242134001351204454012742
Binary1010001010111000000101110110100001001001011000001010111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A20B20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A20B20; }

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

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

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

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

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

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

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

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