#520C0D

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

Shades of Rustic Red #520C0D

Tints of Rustic Red #520C0D

Color information

#520C0D (or 0x520C0D) is unknown color: approx Rustic Red. HEX triplet: 52, 0C and 0D. RGB value is (82,12,13). Sum of RGB (Red+Green+Blue) = 82+12+13=107 (14% of max value = 765). Red value is 82 (32.42% from 255 or 76.64% from 107); Green value is 12 (5.08% from 255 or 11.21% from 107); Blue value is 13 (5.47% from 255 or 12.15% from 107); Max value from RGB is 82 - color contains mainly: red. Hex color #520C0D is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #520C0D is #ADF3F2. Grayscale: #212121. Windows color (decimal): -11400179 or 855122. OLE color: 855122.

HSL color Cylindrical-coordinate representation of color #520C0D: hue angle of 359.14º degrees, saturation: 0.74, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #520C0D is Cyan = 0, Magento = 0.85, Yellow = 0.84 and Black (K on CMYK) = 0.68.

Color convert

RGB821213-
CMYK00.850.840.68
HSL359.14º74.47%18.43%-
HSV(B)359.14º85.37%32.16%-
XYZ3.682.090.59-
YUV33.04116.69162.92-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 76.64%
GREEN value IS 12 (5.08% from 255) = 11.21%
BLUE value IS 13 (5.47% from 255) = 12.15%
R=76.64%
G=11.21%
B=12.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.84
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82121300.850.840.68359.1474.4718.43
Hex52CD05554441674a12
Octal1221415012512410454711222
Binary1010010110011010101010110101001000100101100111100101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #520C0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #520C0D; }

 p { color: rgb(82,12,13); }

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

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

 a { background-color: rgb(82,12,13); }

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

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

 span { border-color: rgb(82,12,13); }

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