Html Css Color HEX #A50806 Dark Red

📋 copy color: '#A50806'

red 165 ◦ green 8 ◦ blue 6

#A50806
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Red #A50806

Tints of Dark Red #A50806

RGB

 RED value IS 165 (64.84% from 255) = 92.18%

 GREEN value IS 8 (3.52% from 255) = 4.47%

 BLUE value IS 6 (2.73% from 255) = 3.35%

R = 92.18%
G = 4.47%
B = 3.35%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.96

 K value IS 0.35

RGB Variations

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

Color information

#A50806 (or 0xA50806) is known color: Dark Red. HEX triplet: A5, 08 and 06. RGB value is (165,8,6). Sum of RGB (Red+Green+Blue) = 165+8+6=179 (23% of max value = 765). Red value is 165 (64.84% from 255 or 92.18% from 179); Green value is 8 (3.52% from 255 or 4.47% from 179); Blue value is 6 (2.73% from 255 or 3.35% from 179); Max value from RGB is 165 - color contains mainly: red. Hex color #A50806 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A50806 is #5AF7F9. Grayscale: #363636. Windows color (decimal): -5961722 or 395429. OLE color: 395429.

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

Color convert

RGB 165 8 6 -
CMYK 0 0.95 0.96 0.35
HSL 0.75º 0.93% 0.34% -
HSV(B) 0.75º 0.96% 0.65% -
XYZ 15.64 8.19 0.93 -
YUV 54.72 100.51 206.66 -
System Red Green Blue C M Y K H S L
Decimal 165 8 6 0 0.95 0.96 0.35 0.75 0.93 0.34
Hex A5 8 6 0 5F 60 23 1 5D 22
Octal 245 10 6 0 137 140 43 1 135 42
Binary 10100101 1000 110 0 1011111 1100000 100011 1 1011101 100010

Color Harmonies of #A50806

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A50806

Black with #A50806

Text Example


Text Example

White with #A50806

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A50806; }

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

 H1.HeaderClassName
 {
   color: #A50806;
 }
 .AnyTagClassName
 {
   color: #A50806;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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