#A20F0E

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

Shades of Dark Red #A20F0E

Tints of Dark Red #A20F0E

Color information

#A20F0E (or 0xA20F0E) is unknown color: approx Dark Red. HEX triplet: A2, 0F and 0E. RGB value is (162,15,14). Sum of RGB (Red+Green+Blue) = 162+15+14=191 (25% of max value = 765). Red value is 162 (63.67% from 255 or 84.82% from 191); Green value is 15 (6.25% from 255 or 7.85% from 191); Blue value is 14 (5.86% from 255 or 7.33% from 191); Max value from RGB is 162 - color contains mainly: red. Hex color #A20F0E is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A20F0E is #5DF0F1. Grayscale: #3A3A3A. Windows color (decimal): -6156530 or 921506. OLE color: 921506.

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

Color convert

RGB1621514-
CMYK00.910.910.36
HSL0.41º84.09%34.51%-
HSV(B)0.41º91.36%63.53%-
XYZ15.158.051.17-
YUV58.84102.7201.58-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 84.82%
GREEN value IS 15 (6.25% from 255) = 7.85%
BLUE value IS 14 (5.86% from 255) = 7.33%
R=84.82%
G=7.85%
B=7.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.91
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162151400.910.910.360.4184.0934.51
HexA2FE05B5B2405423
Octal2421716013313344012443
Binary101000101111111001011011101101110010001010100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A20F0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A20F0E; }

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

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

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

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

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

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

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

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