#520509

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

Shades of Rustic Red #520509

Tints of Rustic Red #520509

Color information

#520509 (or 0x520509) is unknown color: approx Rustic Red. HEX triplet: 52, 05 and 09. RGB value is (82,5,9). Sum of RGB (Red+Green+Blue) = 82+5+9=96 (12% of max value = 765). Red value is 82 (32.42% from 255 or 85.42% from 96); Green value is 5 (2.34% from 255 or 5.21% from 96); Blue value is 9 (3.91% from 255 or 9.38% from 96); Max value from RGB is 82 - color contains mainly: red. Hex color #520509 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #520509 is #ADFAF6. Grayscale: #1C1C1C. Windows color (decimal): -11401975 or 591186. OLE color: 591186.

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

Color convert

RGB8259-
CMYK00.940.890.68
HSL356.88º88.51%17.06%-
HSV(B)356.88º93.9%32.16%-
XYZ3.581.920.44-
YUV28.48117.01166.17-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 85.42%
GREEN value IS 5 (2.34% from 255) = 5.21%
BLUE value IS 9 (3.91% from 255) = 9.38%
R=85.42%
G=5.21%
B=9.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.89
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal825900.940.890.68356.8888.5117.06
Hex525905E59441655911
Octal122511013613110454513121
Binary101001010110010101111010110011000100101100101101100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #520509

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #520509; }

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

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

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

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

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

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

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

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