#A20F03

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

Shades of Dark Red #A20F03

Tints of Dark Red #A20F03

Color information

#A20F03 (or 0xA20F03) is unknown color: approx Dark Red. HEX triplet: A2, 0F and 03. RGB value is (162,15,3). Sum of RGB (Red+Green+Blue) = 162+15+3=180 (23% of max value = 765). Red value is 162 (63.67% from 255 or 90% from 180); Green value is 15 (6.25% from 255 or 8.33% from 180); Blue value is 3 (1.56% from 255 or 1.67% from 180); Max value from RGB is 162 - color contains mainly: red. Hex color #A20F03 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A20F03 is #5DF0FC. Grayscale: #393939. Windows color (decimal): -6156541 or 200610. OLE color: 200610.

HSL color Cylindrical-coordinate representation of color #A20F03: hue angle of 4.53º degrees, saturation: 0.96, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A20F03 is Cyan = 0, Magento = 0.91, Yellow = 0.98 and Black (K on CMYK) = 0.36.

Color convert

RGB162153-
CMYK00.910.980.36
HSL4.53º96.36%32.35%-
HSV(B)4.53º98.15%63.53%-
XYZ15.098.030.84-
YUV57.5897.2202.48-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 90%
GREEN value IS 15 (6.25% from 255) = 8.33%
BLUE value IS 3 (1.56% from 255) = 1.67%
R=90%
G=8.33%
B=1.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.98
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16215300.910.980.364.5396.3632.35
HexA2F305B622456020
Octal242173013314244514040
Binary101000101111110101101111000101001001011100000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A20F03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A20F03; }

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

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

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

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

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

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

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

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