#A10804

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

Shades of Dark Red #A10804

Tints of Dark Red #A10804

Color information

#A10804 (or 0xA10804) is unknown color: approx Dark Red. HEX triplet: A1, 08 and 04. RGB value is (161,8,4). Sum of RGB (Red+Green+Blue) = 161+8+4=173 (22% of max value = 765). Red value is 161 (63.28% from 255 or 93.06% from 173); Green value is 8 (3.52% from 255 or 4.62% from 173); Blue value is 4 (1.95% from 255 or 2.31% from 173); Max value from RGB is 161 - color contains mainly: red. Hex color #A10804 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A10804 is #5EF7FB. Grayscale: #353535. Windows color (decimal): -6223868 or 264353. OLE color: 264353.

HSL color Cylindrical-coordinate representation of color #A10804: hue angle of 1.53º degrees, saturation: 0.95, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A10804 is Cyan = 0, Magento = 0.95, Yellow = 0.98 and Black (K on CMYK) = 0.37.

Color convert

RGB16184-
CMYK00.950.980.37
HSL1.53º95.15%32.35%-
HSV(B)1.53º97.52%63.14%-
XYZ14.817.760.83-
YUV53.29100.19204.83-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 93.06%
GREEN value IS 8 (3.52% from 255) = 4.62%
BLUE value IS 4 (1.95% from 255) = 2.31%
R=93.06%
G=4.62%
B=2.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.98
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1618400.950.980.371.5395.1532.35
HexA18405F622525f20
Octal241104013714245213740
Binary101000011000100010111111100010100101101011111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A10804

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A10804; }

 p { color: rgb(161,8,4); }

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

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

 a { background-color: rgb(161,8,4); }

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

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

 span { border-color: rgb(161,8,4); }

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