#520002

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

Shades of Rustic Red #520002

Tints of Rustic Red #520002

Color information

#520002 (or 0x520002) is unknown color: approx Rustic Red. HEX triplet: 52, 00 and 02. RGB value is (82,0,2). Sum of RGB (Red+Green+Blue) = 82+0+2=84 (11% of max value = 765). Red value is 82 (32.42% from 255 or 97.62% from 84); Green value is 0 (0.39% from 255 or 0% from 84); Blue value is 2 (1.17% from 255 or 2.38% from 84); Max value from RGB is 82 - color contains mainly: red. Hex color #520002 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #520002 is #ADFFFD. Grayscale: #181818. Windows color (decimal): -11403262 or 131154. OLE color: 131154.

HSL color Cylindrical-coordinate representation of color #520002: hue angle of 358.54º 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 #520002 is Cyan = 0, Magento = 1, Yellow = 0.98 and Black (K on CMYK) = 0.68.

Color convert

RGB8202-
CMYK010.980.68
HSL358.54º100%16.08%-
HSV(B)358.54º100%32.16%-
XYZ3.491.80.22-
YUV24.75115.17168.84-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 97.62%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 2 (1.17% from 255) = 2.38%
R=97.62%
G=0%
B=2.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.98
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal8202010.980.68358.5410016.08
Hex520206462441676410
Octal12202014414210454714420
Binary10100100100110010011000101000100101100111110010010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #520002

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #520002; }

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

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

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

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

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

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

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

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