#A50B08

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

Shades of Dark Red #A50B08

Tints of Dark Red #A50B08

Color information

#A50B08 (or 0xA50B08) is unknown color: approx Dark Red. HEX triplet: A5, 0B and 08. RGB value is (165,11,8). Sum of RGB (Red+Green+Blue) = 165+11+8=184 (24% of max value = 765). Red value is 165 (64.84% from 255 or 89.67% from 184); Green value is 11 (4.69% from 255 or 5.98% from 184); Blue value is 8 (3.52% from 255 or 4.35% from 184); Max value from RGB is 165 - color contains mainly: red. Hex color #A50B08 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A50B08 is #5AF4F7. Grayscale: #383838. Windows color (decimal): -5960952 or 527269. OLE color: 527269.

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

Color convert

RGB165118-
CMYK00.930.950.35
HSL1.15º90.75%33.92%-
HSV(B)1.15º95.15%64.71%-
XYZ15.688.261-
YUV56.7100.52205.24-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 89.67%
GREEN value IS 11 (4.69% from 255) = 5.98%
BLUE value IS 8 (3.52% from 255) = 4.35%
R=89.67%
G=5.98%
B=4.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.95
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16511800.930.950.351.1590.7533.92
HexA5B805D5F2315b22
Octal2451310013513743113342
Binary101001011011100001011101101111110001111011011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A50B08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A50B08; }

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

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

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

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

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

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

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

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