Shades of Red Oxide #520E01
Tints of Red Oxide #520E01
RGB
CMYK
RGB Variations
Color information
#520E01 (or 0x520E01) is known color: Red Oxide. HEX triplet: 52, 0E and 01. RGB value is (82,14,1). Sum of RGB (Red+Green+Blue) = 82+14+1=97 (12% of max value = 765). Red value is 82 (32.42% from 255 or 84.54% from 97); Green value is 14 (5.86% from 255 or 14.43% from 97); Blue value is 1 (0.78% from 255 or 1.03% from 97); Max value from RGB is 82 - color contains mainly: red. Hex color #520E01 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #520E01 is #ADF1FE. Grayscale: #202020. Windows color (decimal): -11399679 or 69202. OLE color: 69202.
HSL color Cylindrical-coordinate representation of color #520E01: hue angle of 9.63º 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 #520E01 is Cyan = 0, Magento = 0.83, Yellow = 0.99 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 14 | 1 | - |
| CMYK | 0 | 0.83 | 0.99 | 0.68 |
| HSL | 9.63º | 0.98% | 0.16% | - |
| HSV(B) | 9.63º | 0.99% | 0.32% | - |
| XYZ | 3.64 | 2.11 | 0.24 | - |
| YUV | 32.85 | 110.03 | 163.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 14 | 1 | 0 | 0.83 | 0.99 | 0.68 | 9.63 | 0.98 | 0.16 |
| Hex | 52 | E | 1 | 0 | 53 | 63 | 44 | A | 62 | 10 |
| Octal | 122 | 16 | 1 | 0 | 123 | 143 | 104 | 12 | 142 | 20 |
| Binary | 1010010 | 1110 | 1 | 0 | 1010011 | 1100011 | 1000100 | 1010 | 1100010 | 10000 |
Color Harmonies of #520E01
Complementary color
Monochromatic Colors of #520E01
Black with #520E01
Text Example
Text Example
White with #520E01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #520E01; }
p { color: rgb(82,14,1); }
H1.HeaderClassName
{
color: #520E01;
}
.AnyTagClassName
{
color: #520E01;
}
</style>
background-color css
<style>
a { background-color: #520E01; }
a { background-color: rgb(82,14,1); }
div.DivClassName
{
background-color: #520E01;
}
.BgClassName
{
background-color: #520E01;
}
</style>
border-color css
<style>
span { border-color: #520E01; }
span { border-color: rgb(82,14,1); }
td.TdClassName
{
border-color: #520E01;
}
.TagClassName
{
border-color: #520E01;
}
</style>