#A31208

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

Shades of Dark Red #A31208

Tints of Dark Red #A31208

Color information

#A31208 (or 0xA31208) is unknown color: approx Dark Red. HEX triplet: A3, 12 and 08. RGB value is (163,18,8). Sum of RGB (Red+Green+Blue) = 163+18+8=189 (25% of max value = 765). Red value is 163 (64.06% from 255 or 86.24% from 189); Green value is 18 (7.42% from 255 or 9.52% from 189); Blue value is 8 (3.52% from 255 or 4.23% from 189); Max value from RGB is 163 - color contains mainly: red. Hex color #A31208 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A31208 is #5CEDF7. Grayscale: #3C3C3C. Windows color (decimal): -6090232 or 529059. OLE color: 529059.

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

Color convert

RGB163188-
CMYK00.890.950.36
HSL3.87º90.64%33.53%-
HSV(B)3.87º95.09%63.92%-
XYZ15.368.241.01-
YUV60.2298.54201.31-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 86.24%
GREEN value IS 18 (7.42% from 255) = 9.52%
BLUE value IS 8 (3.52% from 255) = 4.23%
R=86.24%
G=9.52%
B=4.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.95
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16318800.890.950.363.8790.6433.53
HexA31280595F2445b22
Octal2432210013113744413342
Binary101000111001010000101100110111111001001001011011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A31208

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A31208; }

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

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

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

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

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

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

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

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