#520001

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

Shades of Rustic Red #520001

Tints of Rustic Red #520001

Color information

#520001 (or 0x520001) is unknown color: approx Rustic Red. HEX triplet: 52, 00 and 01. RGB value is (82,0,1). Sum of RGB (Red+Green+Blue) = 82+0+1=83 (10% of max value = 765). Red value is 82 (32.42% from 255 or 98.80% from 83); Green value is 0 (0.39% from 255 or 0% from 83); Blue value is 1 (0.78% from 255 or 1.20% from 83); Max value from RGB is 82 - color contains mainly: red. Hex color #520001 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #520001 is #ADFFFE. Grayscale: #181818. Windows color (decimal): -11403263 or 65618. OLE color: 65618.

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

Color convert

RGB8201-
CMYK010.990.68
HSL359.27º100%16.08%-
HSV(B)359.27º100%32.16%-
XYZ3.491.80.19-
YUV24.63114.67168.92-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 98.80%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 1 (0.78% from 255) = 1.20%
R=98.80%
G=0%
B=1.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.99
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal8201010.990.68359.2710016.08
Hex520106463441676410
Octal12201014414310454714420
Binary1010010010110010011000111000100101100111110010010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #520001

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #520001; }

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

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

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

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

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

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

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

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