#A31903

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

Shades of Dark Red #A31903

Tints of Dark Red #A31903

Color information

#A31903 (or 0xA31903) is unknown color: approx Dark Red. HEX triplet: A3, 19 and 03. RGB value is (163,25,3). Sum of RGB (Red+Green+Blue) = 163+25+3=191 (25% of max value = 765). Red value is 163 (64.06% from 255 or 85.34% from 191); Green value is 25 (10.16% from 255 or 13.09% from 191); Blue value is 3 (1.56% from 255 or 1.57% from 191); Max value from RGB is 163 - color contains mainly: red. Hex color #A31903 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A31903 is #5CE6FC. Grayscale: #3F3F3F. Windows color (decimal): -6088445 or 203171. OLE color: 203171.

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

Color convert

RGB163253-
CMYK00.850.980.36
HSL8.25º96.39%32.55%-
HSV(B)8.25º98.16%63.92%-
XYZ15.478.490.91-
YUV63.7593.72198.79-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 85.34%
GREEN value IS 25 (10.16% from 255) = 13.09%
BLUE value IS 3 (1.56% from 255) = 1.57%
R=85.34%
G=13.09%
B=1.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.98
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16325300.850.980.368.2596.3932.55
HexA3193055622486021
Octal2433130125142441014041
Binary10100011110011101010101110001010010010001100000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A31903

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A31903; }

 p { color: rgb(163,25,3); }

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

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

 a { background-color: rgb(163,25,3); }

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

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

 span { border-color: rgb(163,25,3); }

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