#520109

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

Shades of Rustic Red #520109

Tints of Rustic Red #520109

Color information

#520109 (or 0x520109) is unknown color: approx Rustic Red. HEX triplet: 52, 01 and 09. RGB value is (82,1,9). Sum of RGB (Red+Green+Blue) = 82+1+9=92 (12% of max value = 765). Red value is 82 (32.42% from 255 or 89.13% from 92); Green value is 1 (0.78% from 255 or 1.09% from 92); Blue value is 9 (3.91% from 255 or 9.78% from 92); Max value from RGB is 82 - color contains mainly: red. Hex color #520109 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #520109 is #ADFEF6. Grayscale: #1A1A1A. Windows color (decimal): -11402999 or 590162. OLE color: 590162.

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

Color convert

RGB8219-
CMYK00.990.890.68
HSL354.07º97.59%16.27%-
HSV(B)354.07º98.78%32.16%-
XYZ3.541.840.43-
YUV26.13118.34167.85-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 89.13%
GREEN value IS 1 (0.78% from 255) = 1.09%
BLUE value IS 9 (3.91% from 255) = 9.78%
R=89.13%
G=1.09%
B=9.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.89
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal821900.990.890.68354.0797.5916.27
Hex521906359441626210
Octal122111014313110454214220
Binary1010010110010110001110110011000100101100010110001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #520109

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #520109; }

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

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

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

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

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

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

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

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