Html Css Color HEX #520809 Rustic Red

📋 copy color: '#520809'

red 82 ◦ green 8 ◦ blue 9

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

Shades of Rustic Red #520809

Tints of Rustic Red #520809

RGB

 RED value IS 82 (32.42% from 255) = 82.83%

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

 BLUE value IS 9 (3.91% from 255) = 9.09%

R = 82.83%
G = 8.08%
B = 9.09%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.89

 K value IS 0.68

RGB Variations

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

Color information

#520809 (or 0x520809) is known color: Rustic Red. HEX triplet: 52, 08 and 09. RGB value is (82,8,9). Sum of RGB (Red+Green+Blue) = 82+8+9=99 (13% of max value = 765). Red value is 82 (32.42% from 255 or 82.83% from 99); Green value is 8 (3.52% from 255 or 8.08% from 99); Blue value is 9 (3.91% from 255 or 9.09% from 99); Max value from RGB is 82 - color contains mainly: red. Hex color #520809 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #520809 is #ADF7F6. Grayscale: #1E1E1E. Windows color (decimal): -11401207 or 591954. OLE color: 591954.

HSL color Cylindrical-coordinate representation of color #520809: hue angle of 359.19º degrees, saturation: 0.82, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #520809 is Cyan = 0, Magento = 0.90, Yellow = 0.89 and Black (K on CMYK) = 0.68.

Color convert

RGB 82 8 9 -
CMYK 0 0.90 0.89 0.68
HSL 359.19º 0.82% 0.18% -
HSV(B) 359.19º 0.9% 0.32% -
XYZ 3.62 1.99 0.45 -
YUV 30.24 116.02 164.92 -
System Red Green Blue C M Y K H S L
Decimal 82 8 9 0 0.90 0.89 0.68 359.19 0.82 0.18
Hex 52 8 9 0 5A 59 44 167 52 12
Octal 122 10 11 0 132 131 104 547 122 22
Binary 1010010 1000 1001 0 1011010 1011001 1000100 101100111 1010010 10010

Color Harmonies of #520809

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #520809

Black with #520809

Text Example


Text Example

White with #520809

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #520809; }

 p { color: rgb(82,8,9); }

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

background-color css

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

 a { background-color: rgb(82,8,9); }

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

border-color css

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

 span { border-color: rgb(82,8,9); }

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