#A20E2E

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

Shades of Carmine #A20E2E

Tints of Carmine #A20E2E

Color information

#A20E2E (or 0xA20E2E) is unknown color: approx Carmine. HEX triplet: A2, 0E and 2E. RGB value is (162,14,46). Sum of RGB (Red+Green+Blue) = 162+14+46=222 (29% of max value = 765). Red value is 162 (63.67% from 255 or 72.97% from 222); Green value is 14 (5.86% from 255 or 6.31% from 222); Blue value is 46 (18.36% from 255 or 20.72% from 222); Max value from RGB is 162 - color contains mainly: red. Hex color #A20E2E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A20E2E is #5DF1D1. Grayscale: #3D3D3D. Windows color (decimal): -6156754 or 3018402. OLE color: 3018402.

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

Color convert

RGB1621446-
CMYK00.910.720.36
HSL347.03º84.09%34.51%-
HSV(B)347.03º91.36%63.53%-
XYZ15.558.193.35-
YUV61.9119.03199.4-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 72.97%
GREEN value IS 14 (5.86% from 255) = 6.31%
BLUE value IS 46 (18.36% from 255) = 20.72%
R=72.97%
G=6.31%
B=20.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.72
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162144600.910.720.36347.0384.0934.51
HexA2E2E05B482415b5423
Octal242165601331104453312443
Binary1010001011101011100101101110010001001001010110111010100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A20E2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A20E2E; }

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

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

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

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

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

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

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

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