#520307

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

Shades of Rustic Red #520307

Tints of Rustic Red #520307

Color information

#520307 (or 0x520307) is unknown color: approx Rustic Red. HEX triplet: 52, 03 and 07. RGB value is (82,3,7). Sum of RGB (Red+Green+Blue) = 82+3+7=92 (12% of max value = 765). Red value is 82 (32.42% from 255 or 89.13% from 92); Green value is 3 (1.56% from 255 or 3.26% from 92); Blue value is 7 (3.12% from 255 or 7.61% from 92); Max value from RGB is 82 - color contains mainly: red. Hex color #520307 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #520307 is #ADFCF8. Grayscale: #1B1B1B. Windows color (decimal): -11402489 or 459602. OLE color: 459602.

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

Color convert

RGB8237-
CMYK00.960.910.68
HSL356.96º92.94%16.67%-
HSV(B)356.96º96.34%32.16%-
XYZ3.551.870.38-
YUV27.08116.67167.17-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 89.13%
GREEN value IS 3 (1.56% from 255) = 3.26%
BLUE value IS 7 (3.12% from 255) = 7.61%
R=89.13%
G=3.26%
B=7.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.91
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal823700.960.910.68356.9692.9416.67
Hex52370605B441655d11
Octal12237014013310454513521
Binary1010010111110110000010110111000100101100101101110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #520307

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #520307; }

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

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

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

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

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

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

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

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