Shades of Red Oxide #520E06
Tints of Red Oxide #520E06
RGB
CMYK
RGB Variations
Color information
#520E06 (or 0x520E06) is known color: Red Oxide. HEX triplet: 52, 0E and 06. RGB value is (82,14,6). Sum of RGB (Red+Green+Blue) = 82+14+6=102 (13% of max value = 765). Red value is 82 (32.42% from 255 or 80.39% from 102); Green value is 14 (5.86% from 255 or 13.73% from 102); Blue value is 6 (2.73% from 255 or 5.88% from 102); Max value from RGB is 82 - color contains mainly: red. Hex color #520E06 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #520E06 is #ADF1F9. Grayscale: #212121. Windows color (decimal): -11399674 or 396882. OLE color: 396882.
HSL color Cylindrical-coordinate representation of color #520E06: hue angle of 6.32º degrees, saturation: 0.86, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #520E06 is Cyan = 0, Magento = 0.83, Yellow = 0.93 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 14 | 6 | - |
| CMYK | 0 | 0.83 | 0.93 | 0.68 |
| HSL | 6.32º | 0.86% | 0.17% | - |
| HSV(B) | 6.32º | 0.93% | 0.32% | - |
| XYZ | 3.67 | 2.12 | 0.39 | - |
| YUV | 33.42 | 112.53 | 162.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 14 | 6 | 0 | 0.83 | 0.93 | 0.68 | 6.32 | 0.86 | 0.17 |
| Hex | 52 | E | 6 | 0 | 53 | 5D | 44 | 6 | 56 | 11 |
| Octal | 122 | 16 | 6 | 0 | 123 | 135 | 104 | 6 | 126 | 21 |
| Binary | 1010010 | 1110 | 110 | 0 | 1010011 | 1011101 | 1000100 | 110 | 1010110 | 10001 |
Color Harmonies of #520E06
Complementary color
Monochromatic Colors of #520E06
Black with #520E06
Text Example
Text Example
White with #520E06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #520E06; }
p { color: rgb(82,14,6); }
H1.HeaderClassName
{
color: #520E06;
}
.AnyTagClassName
{
color: #520E06;
}
</style>
background-color css
<style>
a { background-color: #520E06; }
a { background-color: rgb(82,14,6); }
div.DivClassName
{
background-color: #520E06;
}
.BgClassName
{
background-color: #520E06;
}
</style>
border-color css
<style>
span { border-color: #520E06; }
span { border-color: rgb(82,14,6); }
td.TdClassName
{
border-color: #520E06;
}
.TagClassName
{
border-color: #520E06;
}
</style>