Html Css Color HEX #A50706 Dark Red

📋 copy color: '#A50706'

red 165 ◦ green 7 ◦ blue 6

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

Shades of Dark Red #A50706

Tints of Dark Red #A50706

RGB

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

 GREEN value IS 7 (3.13% from 255) = 3.93%

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

R = 92.7%
G = 3.93%
B = 3.37%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.96

 K value IS 0.35

RGB Variations

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

Color information

#A50706 (or 0xA50706) is known color: Dark Red. HEX triplet: A5, 07 and 06. RGB value is (165,7,6). Sum of RGB (Red+Green+Blue) = 165+7+6=178 (23% of max value = 765). Red value is 165 (64.84% from 255 or 92.70% from 178); Green value is 7 (3.12% from 255 or 3.93% from 178); Blue value is 6 (2.73% from 255 or 3.37% from 178); Max value from RGB is 165 - color contains mainly: red. Hex color #A50706 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A50706 is #5AF8F9. Grayscale: #363636. Windows color (decimal): -5961978 or 395173. OLE color: 395173.

HSL color Cylindrical-coordinate representation of color #A50706: hue angle of 0.38º 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 #A50706 is Cyan = 0, Magento = 0.96, Yellow = 0.96 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 7 6 -
CMYK 0 0.96 0.96 0.35
HSL 0.38º 0.93% 0.34% -
HSV(B) 0.38º 0.96% 0.65% -
XYZ 15.63 8.16 0.92 -
YUV 54.13 100.85 207.08 -
System Red Green Blue C M Y K H S L
Decimal 165 7 6 0 0.96 0.96 0.35 0.38 0.93 0.34
Hex A5 7 6 0 60 60 23 0 5D 22
Octal 245 7 6 0 140 140 43 0 135 42
Binary 10100101 111 110 0 1100000 1100000 100011 0 1011101 100010

Color Harmonies of #A50706

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A50706

Black with #A50706

Text Example


Text Example

White with #A50706

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A50706; }

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

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

background-color css

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

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

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

border-color css

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

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

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