#520B0C

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

Shades of Rustic Red #520B0C

Tints of Rustic Red #520B0C

Color information

#520B0C (or 0x520B0C) is unknown color: approx Rustic Red. HEX triplet: 52, 0B and 0C. RGB value is (82,11,12). Sum of RGB (Red+Green+Blue) = 82+11+12=105 (13% of max value = 765). Red value is 82 (32.42% from 255 or 78.10% from 105); Green value is 11 (4.69% from 255 or 10.48% from 105); Blue value is 12 (5.08% from 255 or 11.43% from 105); Max value from RGB is 82 - color contains mainly: red. Hex color #520B0C is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #520B0C is #ADF4F3. Grayscale: #202020. Windows color (decimal): -11400436 or 789330. OLE color: 789330.

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

Color convert

RGB821112-
CMYK00.870.850.68
HSL359.15º76.34%18.24%-
HSV(B)359.15º86.59%32.16%-
XYZ3.672.060.55-
YUV32.34116.52163.42-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 78.10%
GREEN value IS 11 (4.69% from 255) = 10.48%
BLUE value IS 12 (5.08% from 255) = 11.43%
R=78.10%
G=10.48%
B=11.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.85
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82111200.870.850.68359.1576.3418.24
Hex52BC05755441674c12
Octal1221314012712510454711422
Binary1010010101111000101011110101011000100101100111100110010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #520B0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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