Shades of Rustic Red #520104
Tints of Rustic Red #520104
RGB
CMYK
RGB Variations
Color information
#520104 (or 0x520104) is known color: Rustic Red. HEX triplet: 52, 01 and 04. RGB value is (82,1,4). Sum of RGB (Red+Green+Blue) = 82+1+4=87 (11% of max value = 765). Red value is 82 (32.42% from 255 or 94.25% from 87); Green value is 1 (0.78% from 255 or 1.15% from 87); Blue value is 4 (1.95% from 255 or 4.60% from 87); Max value from RGB is 82 - color contains mainly: red. Hex color #520104 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #520104 is #ADFEFB. Grayscale: #191919. Windows color (decimal): -11403004 or 262482. OLE color: 262482.
HSL color Cylindrical-coordinate representation of color #520104: hue angle of 357.78º degrees, saturation: 0.98, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #520104 is Cyan = 0, Magento = 0.99, Yellow = 0.95 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 1 | 4 | - |
| CMYK | 0 | 0.99 | 0.95 | 0.68 |
| HSL | 357.78º | 0.98% | 0.16% | - |
| HSV(B) | 357.78º | 0.99% | 0.32% | - |
| XYZ | 3.51 | 1.82 | 0.28 | - |
| YUV | 25.56 | 115.84 | 168.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 1 | 4 | 0 | 0.99 | 0.95 | 0.68 | 357.78 | 0.98 | 0.16 |
| Hex | 52 | 1 | 4 | 0 | 63 | 5F | 44 | 166 | 62 | 10 |
| Octal | 122 | 1 | 4 | 0 | 143 | 137 | 104 | 546 | 142 | 20 |
| Binary | 1010010 | 1 | 100 | 0 | 1100011 | 1011111 | 1000100 | 101100110 | 1100010 | 10000 |
Color Harmonies of #520104
Complementary color
Monochromatic Colors of #520104
Black with #520104
Text Example
Text Example
White with #520104
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #520104; }
p { color: rgb(82,1,4); }
H1.HeaderClassName
{
color: #520104;
}
.AnyTagClassName
{
color: #520104;
}
</style>
background-color css
<style>
a { background-color: #520104; }
a { background-color: rgb(82,1,4); }
div.DivClassName
{
background-color: #520104;
}
.BgClassName
{
background-color: #520104;
}
</style>
border-color css
<style>
span { border-color: #520104; }
span { border-color: rgb(82,1,4); }
td.TdClassName
{
border-color: #520104;
}
.TagClassName
{
border-color: #520104;
}
</style>