#A20E19

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

Shades of Carmine #A20E19

Tints of Carmine #A20E19

Color information

#A20E19 (or 0xA20E19) is unknown color: approx Carmine. HEX triplet: A2, 0E and 19. RGB value is (162,14,25). Sum of RGB (Red+Green+Blue) = 162+14+25=201 (26% of max value = 765). Red value is 162 (63.67% from 255 or 80.60% from 201); Green value is 14 (5.86% from 255 or 6.97% from 201); Blue value is 25 (10.16% from 255 or 12.44% from 201); Max value from RGB is 162 - color contains mainly: red. Hex color #A20E19 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A20E19 is #5DF1E6. Grayscale: #3B3B3B. Windows color (decimal): -6156775 or 1642146. OLE color: 1642146.

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

Color convert

RGB1621425-
CMYK00.910.850.36
HSL355.54º84.09%34.51%-
HSV(B)355.54º91.36%63.53%-
XYZ15.238.071.67-
YUV59.51108.53201.11-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 80.60%
GREEN value IS 14 (5.86% from 255) = 6.97%
BLUE value IS 25 (10.16% from 255) = 12.44%
R=80.60%
G=6.97%
B=12.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.85
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162142500.910.850.36355.5484.0934.51
HexA2E1905B55241645423
Octal242163101331254454412443
Binary101000101110110010101101110101011001001011001001010100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A20E19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A20E19; }

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

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

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

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

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

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

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

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