#A31200

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

Shades of Dark Red #A31200

Tints of Dark Red #A31200

Color information

#A31200 (or 0xA31200) is unknown color: approx Dark Red. HEX triplet: A3, 12 and 00. RGB value is (163,18,0). Sum of RGB (Red+Green+Blue) = 163+18+0=181 (23% of max value = 765). Red value is 163 (64.06% from 255 or 90.06% from 181); Green value is 18 (7.42% from 255 or 9.94% from 181); Blue value is 0 (0.39% from 255 or 0% from 181); Max value from RGB is 163 - color contains mainly: red. Hex color #A31200 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A31200 is #5CEDFF. Grayscale: #3B3B3B. Windows color (decimal): -6090240 or 4771. OLE color: 4771.

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

Color convert

RGB163180-
CMYK00.8910.36
HSL6.63º100%31.96%-
HSV(B)6.63º100%63.92%-
XYZ15.328.220.78-
YUV59.394.54201.96-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 90.06%
GREEN value IS 18 (7.42% from 255) = 9.94%
BLUE value IS 0 (0.39% from 255) = 0%
R=90.06%
G=9.94%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 1
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16318000.8910.366.6310031.96
HexA3120059642476420
Octal243220013114444714440
Binary101000111001000101100111001001001001111100100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A31200

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A31200; }

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

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

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

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

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

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

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

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