#520305

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

Shades of Rustic Red #520305

Tints of Rustic Red #520305

Color information

#520305 (or 0x520305) is unknown color: approx Rustic Red. HEX triplet: 52, 03 and 05. RGB value is (82,3,5). Sum of RGB (Red+Green+Blue) = 82+3+5=90 (11% of max value = 765). Red value is 82 (32.42% from 255 or 91.11% from 90); Green value is 3 (1.56% from 255 or 3.33% from 90); Blue value is 5 (2.34% from 255 or 5.56% from 90); Max value from RGB is 82 - color contains mainly: red. Hex color #520305 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #520305 is #ADFCFA. Grayscale: #1A1A1A. Windows color (decimal): -11402491 or 328530. OLE color: 328530.

HSL color Cylindrical-coordinate representation of color #520305: hue angle of 358.48º degrees, saturation: 0.93, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #520305 is Cyan = 0, Magento = 0.96, Yellow = 0.94 and Black (K on CMYK) = 0.68.

Color convert

RGB8235-
CMYK00.960.940.68
HSL358.48º92.94%16.67%-
HSV(B)358.48º96.34%32.16%-
XYZ3.541.870.32-
YUV26.85115.67167.34-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 91.11%
GREEN value IS 3 (1.56% from 255) = 3.33%
BLUE value IS 5 (2.34% from 255) = 5.56%
R=91.11%
G=3.33%
B=5.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.94
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal823500.960.940.68358.4892.9416.67
Hex52350605E441665d11
Octal12235014013610454613521
Binary1010010111010110000010111101000100101100110101110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #520305

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #520305; }

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

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

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

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

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

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

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

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