#A31202

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

Shades of Dark Red #A31202

Tints of Dark Red #A31202

Color information

#A31202 (or 0xA31202) is unknown color: approx Dark Red. HEX triplet: A3, 12 and 02. RGB value is (163,18,2). Sum of RGB (Red+Green+Blue) = 163+18+2=183 (24% of max value = 765). Red value is 163 (64.06% from 255 or 89.07% from 183); Green value is 18 (7.42% from 255 or 9.84% from 183); Blue value is 2 (1.17% from 255 or 1.09% from 183); Max value from RGB is 163 - color contains mainly: red. Hex color #A31202 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A31202 is #5CEDFD. Grayscale: #3B3B3B. Windows color (decimal): -6090238 or 135843. OLE color: 135843.

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

Color convert

RGB163182-
CMYK00.890.990.36
HSL5.96º97.58%32.35%-
HSV(B)5.96º98.77%63.92%-
XYZ15.338.220.84-
YUV59.5395.54201.8-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 89.07%
GREEN value IS 18 (7.42% from 255) = 9.84%
BLUE value IS 2 (1.17% from 255) = 1.09%
R=89.07%
G=9.84%
B=1.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.99
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16318200.890.990.365.9697.5832.35
HexA3122059632466220
Octal243222013114344614240
Binary1010001110010100101100111000111001001101100010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A31202

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A31202; }

 p { color: rgb(163,18,2); }

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

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

 a { background-color: rgb(163,18,2); }

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

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

 span { border-color: rgb(163,18,2); }

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