Shades of Red Oxide #520F05
Tints of Red Oxide #520F05
RGB
CMYK
RGB Variations
Color information
#520F05 (or 0x520F05) is known color: Red Oxide. HEX triplet: 52, 0F and 05. RGB value is (82,15,5). Sum of RGB (Red+Green+Blue) = 82+15+5=102 (13% of max value = 765). Red value is 82 (32.42% from 255 or 80.39% from 102); Green value is 15 (6.25% from 255 or 14.71% from 102); Blue value is 5 (2.34% from 255 or 4.90% from 102); Max value from RGB is 82 - color contains mainly: red. Hex color #520F05 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #520F05 is #ADF0FA. Grayscale: #212121. Windows color (decimal): -11399419 or 331602. OLE color: 331602.
HSL color Cylindrical-coordinate representation of color #520F05: hue angle of 7.79º degrees, saturation: 0.89, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #520F05 is Cyan = 0, Magento = 0.82, Yellow = 0.94 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 15 | 5 | - |
| CMYK | 0 | 0.82 | 0.94 | 0.68 |
| HSL | 7.79º | 0.89% | 0.17% | - |
| HSV(B) | 7.79º | 0.94% | 0.32% | - |
| XYZ | 3.68 | 2.15 | 0.36 | - |
| YUV | 33.89 | 111.7 | 162.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 15 | 5 | 0 | 0.82 | 0.94 | 0.68 | 7.79 | 0.89 | 0.17 |
| Hex | 52 | F | 5 | 0 | 52 | 5E | 44 | 8 | 59 | 11 |
| Octal | 122 | 17 | 5 | 0 | 122 | 136 | 104 | 10 | 131 | 21 |
| Binary | 1010010 | 1111 | 101 | 0 | 1010010 | 1011110 | 1000100 | 1000 | 1011001 | 10001 |
Color Harmonies of #520F05
Complementary color
Monochromatic Colors of #520F05
Black with #520F05
Text Example
Text Example
White with #520F05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #520F05; }
p { color: rgb(82,15,5); }
H1.HeaderClassName
{
color: #520F05;
}
.AnyTagClassName
{
color: #520F05;
}
</style>
background-color css
<style>
a { background-color: #520F05; }
a { background-color: rgb(82,15,5); }
div.DivClassName
{
background-color: #520F05;
}
.BgClassName
{
background-color: #520F05;
}
</style>
border-color css
<style>
span { border-color: #520F05; }
span { border-color: rgb(82,15,5); }
td.TdClassName
{
border-color: #520F05;
}
.TagClassName
{
border-color: #520F05;
}
</style>