#A20E16

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

Shades of Carmine #A20E16

Tints of Carmine #A20E16

Color information

#A20E16 (or 0xA20E16) is unknown color: approx Carmine. HEX triplet: A2, 0E and 16. RGB value is (162,14,22). Sum of RGB (Red+Green+Blue) = 162+14+22=198 (26% of max value = 765). Red value is 162 (63.67% from 255 or 81.82% from 198); Green value is 14 (5.86% from 255 or 7.07% from 198); Blue value is 22 (8.98% from 255 or 11.11% from 198); Max value from RGB is 162 - color contains mainly: red. Hex color #A20E16 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A20E16 is #5DF1E9. Grayscale: #3B3B3B. Windows color (decimal): -6156778 or 1445538. OLE color: 1445538.

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

Color convert

RGB1621422-
CMYK00.910.860.36
HSL356.76º84.09%34.51%-
HSV(B)356.76º91.36%63.53%-
XYZ15.28.051.51-
YUV59.16107.03201.35-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 81.82%
GREEN value IS 14 (5.86% from 255) = 7.07%
BLUE value IS 22 (8.98% from 255) = 11.11%
R=81.82%
G=7.07%
B=11.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.86
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162142200.910.860.36356.7684.0934.51
HexA2E1605B56241655423
Octal242162601331264454512443
Binary101000101110101100101101110101101001001011001011010100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A20E16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A20E16; }

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

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

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

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

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

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

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

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