#520105

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

Shades of Rustic Red #520105

Tints of Rustic Red #520105

Color information

#520105 (or 0x520105) is unknown color: approx Rustic Red. HEX triplet: 52, 01 and 05. RGB value is (82,1,5). Sum of RGB (Red+Green+Blue) = 82+1+5=88 (11% of max value = 765). Red value is 82 (32.42% from 255 or 93.18% from 88); Green value is 1 (0.78% from 255 or 1.14% from 88); Blue value is 5 (2.34% from 255 or 5.68% from 88); Max value from RGB is 82 - color contains mainly: red. Hex color #520105 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #520105 is #ADFEFA. Grayscale: #191919. Windows color (decimal): -11403003 or 328018. OLE color: 328018.

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

Color convert

RGB8215-
CMYK00.990.940.68
HSL357.04º97.59%16.27%-
HSV(B)357.04º98.78%32.16%-
XYZ3.521.830.31-
YUV25.68116.34168.17-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 93.18%
GREEN value IS 1 (0.78% from 255) = 1.14%
BLUE value IS 5 (2.34% from 255) = 5.68%
R=93.18%
G=1.14%
B=5.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.94
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal821500.990.940.68357.0497.5916.27
Hex52150635E441656210
Octal12215014313610454514220
Binary101001011010110001110111101000100101100101110001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #520105

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #520105; }

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

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

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

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

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

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

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

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