Shades of Rustic Red #520A0B
Tints of Rustic Red #520A0B
RGB
CMYK
RGB Variations
Color information
#520A0B (or 0x520A0B) is known color: Rustic Red. HEX triplet: 52, 0A and 0B. RGB value is (82,10,11). Sum of RGB (Red+Green+Blue) = 82+10+11=103 (13% of max value = 765). Red value is 82 (32.42% from 255 or 79.61% from 103); Green value is 10 (4.30% from 255 or 9.71% from 103); Blue value is 11 (4.69% from 255 or 10.68% from 103); Max value from RGB is 82 - color contains mainly: red. Hex color #520A0B is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #520A0B is #ADF5F4. Grayscale: #1F1F1F. Windows color (decimal): -11400693 or 723538. OLE color: 723538.
HSL color Cylindrical-coordinate representation of color #520A0B: hue angle of 359.17º degrees, saturation: 0.78, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #520A0B is Cyan = 0, Magento = 0.88, Yellow = 0.87 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 10 | 11 | - |
| CMYK | 0 | 0.88 | 0.87 | 0.68 |
| HSL | 359.17º | 0.78% | 0.18% | - |
| HSV(B) | 359.17º | 0.88% | 0.32% | - |
| XYZ | 3.65 | 2.04 | 0.52 | - |
| YUV | 31.64 | 116.35 | 163.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 10 | 11 | 0 | 0.88 | 0.87 | 0.68 | 359.17 | 0.78 | 0.18 |
| Hex | 52 | A | B | 0 | 58 | 57 | 44 | 167 | 4E | 12 |
| Octal | 122 | 12 | 13 | 0 | 130 | 127 | 104 | 547 | 116 | 22 |
| Binary | 1010010 | 1010 | 1011 | 0 | 1011000 | 1010111 | 1000100 | 101100111 | 1001110 | 10010 |
Color Harmonies of #520A0B
Complementary color
Monochromatic Colors of #520A0B
Black with #520A0B
Text Example
Text Example
White with #520A0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #520A0B; }
p { color: rgb(82,10,11); }
H1.HeaderClassName
{
color: #520A0B;
}
.AnyTagClassName
{
color: #520A0B;
}
</style>
background-color css
<style>
a { background-color: #520A0B; }
a { background-color: rgb(82,10,11); }
div.DivClassName
{
background-color: #520A0B;
}
.BgClassName
{
background-color: #520A0B;
}
</style>
border-color css
<style>
span { border-color: #520A0B; }
span { border-color: rgb(82,10,11); }
td.TdClassName
{
border-color: #520A0B;
}
.TagClassName
{
border-color: #520A0B;
}
</style>