#520208

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

Shades of Rustic Red #520208

Tints of Rustic Red #520208

Color information

#520208 (or 0x520208) is unknown color: approx Rustic Red. HEX triplet: 52, 02 and 08. RGB value is (82,2,8). Sum of RGB (Red+Green+Blue) = 82+2+8=92 (12% of max value = 765). Red value is 82 (32.42% from 255 or 89.13% from 92); Green value is 2 (1.17% from 255 or 2.17% from 92); Blue value is 8 (3.52% from 255 or 8.70% from 92); Max value from RGB is 82 - color contains mainly: red. Hex color #520208 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #520208 is #ADFDF7. Grayscale: #1A1A1A. Windows color (decimal): -11402744 or 524882. OLE color: 524882.

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

Color convert

RGB8228-
CMYK00.980.900.68
HSL355.5º95.24%16.47%-
HSV(B)355.5º97.56%32.16%-
XYZ3.551.850.4-
YUV26.6117.5167.51-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 89.13%
GREEN value IS 2 (1.17% from 255) = 2.17%
BLUE value IS 8 (3.52% from 255) = 8.70%
R=89.13%
G=2.17%
B=8.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.90
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal822800.980.900.68355.595.2416.47
Hex52280625A441645f10
Octal122210014213210454413720
Binary10100101010000110001010110101000100101100100101111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #520208

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #520208; }

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

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

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

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

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

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

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

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