#A31204

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

Shades of Dark Red #A31204

Tints of Dark Red #A31204

Color information

#A31204 (or 0xA31204) is unknown color: approx Dark Red. HEX triplet: A3, 12 and 04. RGB value is (163,18,4). Sum of RGB (Red+Green+Blue) = 163+18+4=185 (24% of max value = 765). Red value is 163 (64.06% from 255 or 88.11% from 185); Green value is 18 (7.42% from 255 or 9.73% from 185); Blue value is 4 (1.95% from 255 or 2.16% from 185); Max value from RGB is 163 - color contains mainly: red. Hex color #A31204 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A31204 is #5CEDFB. Grayscale: #3B3B3B. Windows color (decimal): -6090236 or 266915. OLE color: 266915.

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

Color convert

RGB163184-
CMYK00.890.980.36
HSL5.28º95.21%32.75%-
HSV(B)5.28º97.55%63.92%-
XYZ15.348.230.89-
YUV59.7696.54201.64-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 88.11%
GREEN value IS 18 (7.42% from 255) = 9.73%
BLUE value IS 4 (1.95% from 255) = 2.16%
R=88.11%
G=9.73%
B=2.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.98
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16318400.890.980.365.2895.2132.75
HexA3124059622455f21
Octal243224013114244513741
Binary10100011100101000101100111000101001001011011111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A31204

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A31204; }

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

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

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

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

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

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

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

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