#a50800

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

Shades of Dark Red #A50800

Tints of Dark Red #A50800

Color information

#A50800 (or 0xA50800) is unknown color: approx Dark Red. HEX triplet: A5, 08 and 00. RGB value is (165,8,0). Sum of RGB (Red+Green+Blue) = 165+8+0=173 (22% of max value = 765). Red value is 165 (64.84% from 255 or 95.38% from 173); Green value is 8 (3.52% from 255 or 4.62% from 173); Blue value is 0 (0.39% from 255 or 0% from 173); Max value from RGB is 165 - color contains mainly: red. Hex color #A50800 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A50800 is #5AF7FF. Grayscale: #363636. Windows color (decimal): -5961728 or 2213. OLE color: 2213.

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

Color convert

RGB16580-
CMYK00.9510.35
HSL2.91º100%32.35%-
HSV(B)2.91º100%64.71%-
XYZ15.68.170.76-
YUV54.0397.51207.15-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 95.38%
GREEN value IS 8 (3.52% from 255) = 4.62%
BLUE value IS 0 (0.39% from 255) = 0%
R=95.38%
G=4.62%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 1
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1658000.9510.352.9110032.35
HexA58005F642336420
Octal245100013714443314440
Binary1010010110000010111111100100100011111100100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a50800

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a50800; }

 p { color: rgb(165,8,0); }

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

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

 a { background-color: rgb(165,8,0); }

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

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

 span { border-color: rgb(165,8,0); }

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