#520309

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

Shades of Rustic Red #520309

Tints of Rustic Red #520309

Color information

#520309 (or 0x520309) is unknown color: approx Rustic Red. HEX triplet: 52, 03 and 09. RGB value is (82,3,9). Sum of RGB (Red+Green+Blue) = 82+3+9=94 (12% of max value = 765). Red value is 82 (32.42% from 255 or 87.23% from 94); Green value is 3 (1.56% from 255 or 3.19% from 94); Blue value is 9 (3.91% from 255 or 9.57% from 94); Max value from RGB is 82 - color contains mainly: red. Hex color #520309 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #520309 is #ADFCF6. Grayscale: #1B1B1B. Windows color (decimal): -11402487 or 590674. OLE color: 590674.

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

Color convert

RGB8239-
CMYK00.960.890.68
HSL355.44º92.94%16.67%-
HSV(B)355.44º96.34%32.16%-
XYZ3.561.880.43-
YUV27.3117.67167.01-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 87.23%
GREEN value IS 3 (1.56% from 255) = 3.19%
BLUE value IS 9 (3.91% from 255) = 9.57%
R=87.23%
G=3.19%
B=9.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.89
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal823900.960.890.68355.4492.9416.67
Hex523906059441635d11
Octal122311014013110454313521
Binary10100101110010110000010110011000100101100011101110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #520309

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #520309; }

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

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

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

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

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

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

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

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