#A31603

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

Shades of Dark Red #A31603

Tints of Dark Red #A31603

Color information

#A31603 (or 0xA31603) is unknown color: approx Dark Red. HEX triplet: A3, 16 and 03. RGB value is (163,22,3). Sum of RGB (Red+Green+Blue) = 163+22+3=188 (24% of max value = 765). Red value is 163 (64.06% from 255 or 86.70% from 188); Green value is 22 (8.98% from 255 or 11.70% from 188); Blue value is 3 (1.56% from 255 or 1.60% from 188); Max value from RGB is 163 - color contains mainly: red. Hex color #A31603 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A31603 is #5CE9FC. Grayscale: #3E3E3E. Windows color (decimal): -6089213 or 202403. OLE color: 202403.

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

Color convert

RGB163223-
CMYK00.870.980.36
HSL7.12º96.39%32.55%-
HSV(B)7.12º98.16%63.92%-
XYZ15.418.370.89-
YUV61.9994.71200.04-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 86.70%
GREEN value IS 22 (8.98% from 255) = 11.70%
BLUE value IS 3 (1.56% from 255) = 1.60%
R=86.70%
G=11.70%
B=1.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.98
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16322300.870.980.367.1296.3932.55
HexA3163057622476021
Octal243263012714244714041
Binary1010001110110110101011111000101001001111100000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A31603

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A31603; }

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

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

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

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

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

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

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

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