#A01503

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

Shades of Dark Red #A01503

Tints of Dark Red #A01503

Color information

#A01503 (or 0xA01503) is unknown color: approx Dark Red. HEX triplet: A0, 15 and 03. RGB value is (160,21,3). Sum of RGB (Red+Green+Blue) = 160+21+3=184 (24% of max value = 765). Red value is 160 (62.89% from 255 or 86.96% from 184); Green value is 21 (8.59% from 255 or 11.41% from 184); Blue value is 3 (1.56% from 255 or 1.63% from 184); Max value from RGB is 160 - color contains mainly: red. Hex color #A01503 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A01503 is #5FEAFC. Grayscale: #3C3C3C. Windows color (decimal): -6286077 or 202144. OLE color: 202144.

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

Color convert

RGB160213-
CMYK00.870.980.37
HSL6.88º96.32%31.96%-
HSV(B)6.88º98.12%62.75%-
XYZ14.788.020.85-
YUV60.5195.55198.96-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 86.96%
GREEN value IS 21 (8.59% from 255) = 11.41%
BLUE value IS 3 (1.56% from 255) = 1.63%
R=86.96%
G=11.41%
B=1.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.98
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16021300.870.980.376.8896.3231.96
HexA0153057622576020
Octal240253012714245714040
Binary1010000010101110101011111000101001011111100000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A01503

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A01503; }

 p { color: rgb(160,21,3); }

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

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

 a { background-color: rgb(160,21,3); }

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

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

 span { border-color: rgb(160,21,3); }

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