#520106

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

Shades of Rustic Red #520106

Tints of Rustic Red #520106

Color information

#520106 (or 0x520106) is unknown color: approx Rustic Red. HEX triplet: 52, 01 and 06. RGB value is (82,1,6). Sum of RGB (Red+Green+Blue) = 82+1+6=89 (11% of max value = 765). Red value is 82 (32.42% from 255 or 92.13% from 89); Green value is 1 (0.78% from 255 or 1.12% from 89); Blue value is 6 (2.73% from 255 or 6.74% from 89); Max value from RGB is 82 - color contains mainly: red. Hex color #520106 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #520106 is #ADFEF9. Grayscale: #191919. Windows color (decimal): -11403002 or 393554. OLE color: 393554.

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

Color convert

RGB8216-
CMYK00.990.930.68
HSL356.3º97.59%16.27%-
HSV(B)356.3º98.78%32.16%-
XYZ3.521.830.34-
YUV25.79116.84168.09-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 92.13%
GREEN value IS 1 (0.78% from 255) = 1.12%
BLUE value IS 6 (2.73% from 255) = 6.74%
R=92.13%
G=1.12%
B=6.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.93
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal821600.990.930.68356.397.5916.27
Hex52160635D441646210
Octal12216014313510454414220
Binary101001011100110001110111011000100101100100110001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #520106

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #520106; }

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

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

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

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

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

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

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

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