Shades of Red Oxide #520E02
Tints of Red Oxide #520E02
RGB
CMYK
RGB Variations
Color information
#520E02 (or 0x520E02) is known color: Red Oxide. HEX triplet: 52, 0E and 02. RGB value is (82,14,2). Sum of RGB (Red+Green+Blue) = 82+14+2=98 (12% of max value = 765). Red value is 82 (32.42% from 255 or 83.67% from 98); Green value is 14 (5.86% from 255 or 14.29% from 98); Blue value is 2 (1.17% from 255 or 2.04% from 98); Max value from RGB is 82 - color contains mainly: red. Hex color #520E02 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #520E02 is #ADF1FD. Grayscale: #212121. Windows color (decimal): -11399678 or 134738. OLE color: 134738.
HSL color Cylindrical-coordinate representation of color #520E02: hue angle of 9º degrees, saturation: 0.95, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #520E02 is Cyan = 0, Magento = 0.83, Yellow = 0.98 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 14 | 2 | - |
| CMYK | 0 | 0.83 | 0.98 | 0.68 |
| HSL | 9º | 0.95% | 0.16% | - |
| HSV(B) | 9º | 0.98% | 0.32% | - |
| XYZ | 3.65 | 2.11 | 0.27 | - |
| YUV | 32.96 | 110.53 | 162.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 14 | 2 | 0 | 0.83 | 0.98 | 0.68 | 9 | 0.95 | 0.16 |
| Hex | 52 | E | 2 | 0 | 53 | 62 | 44 | 9 | 5F | 10 |
| Octal | 122 | 16 | 2 | 0 | 123 | 142 | 104 | 11 | 137 | 20 |
| Binary | 1010010 | 1110 | 10 | 0 | 1010011 | 1100010 | 1000100 | 1001 | 1011111 | 10000 |
Color Harmonies of #520E02
Complementary color
Monochromatic Colors of #520E02
Black with #520E02
Text Example
Text Example
White with #520E02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #520E02; }
p { color: rgb(82,14,2); }
H1.HeaderClassName
{
color: #520E02;
}
.AnyTagClassName
{
color: #520E02;
}
</style>
background-color css
<style>
a { background-color: #520E02; }
a { background-color: rgb(82,14,2); }
div.DivClassName
{
background-color: #520E02;
}
.BgClassName
{
background-color: #520E02;
}
</style>
border-color css
<style>
span { border-color: #520E02; }
span { border-color: rgb(82,14,2); }
td.TdClassName
{
border-color: #520E02;
}
.TagClassName
{
border-color: #520E02;
}
</style>