Shades of Red Oxide #520E0B
Tints of Red Oxide #520E0B
RGB
CMYK
RGB Variations
Color information
#520E0B (or 0x520E0B) is known color: Red Oxide. HEX triplet: 52, 0E and 0B. RGB value is (82,14,11). Sum of RGB (Red+Green+Blue) = 82+14+11=107 (14% of max value = 765). Red value is 82 (32.42% from 255 or 76.64% from 107); Green value is 14 (5.86% from 255 or 13.08% from 107); Blue value is 11 (4.69% from 255 or 10.28% from 107); Max value from RGB is 82 - color contains mainly: red. Hex color #520E0B is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #520E0B is #ADF1F4. Grayscale: #222222. Windows color (decimal): -11399669 or 724562. OLE color: 724562.
HSL color Cylindrical-coordinate representation of color #520E0B: hue angle of 2.54º degrees, saturation: 0.76, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #520E0B is Cyan = 0, Magento = 0.83, Yellow = 0.87 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 14 | 11 | - |
| CMYK | 0 | 0.83 | 0.87 | 0.68 |
| HSL | 2.54º | 0.76% | 0.18% | - |
| HSV(B) | 2.54º | 0.87% | 0.32% | - |
| XYZ | 3.7 | 2.13 | 0.53 | - |
| YUV | 33.99 | 115.03 | 162.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 14 | 11 | 0 | 0.83 | 0.87 | 0.68 | 2.54 | 0.76 | 0.18 |
| Hex | 52 | E | B | 0 | 53 | 57 | 44 | 3 | 4C | 12 |
| Octal | 122 | 16 | 13 | 0 | 123 | 127 | 104 | 3 | 114 | 22 |
| Binary | 1010010 | 1110 | 1011 | 0 | 1010011 | 1010111 | 1000100 | 11 | 1001100 | 10010 |
Color Harmonies of #520E0B
Complementary color
Monochromatic Colors of #520E0B
Black with #520E0B
Text Example
Text Example
White with #520E0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #520E0B; }
p { color: rgb(82,14,11); }
H1.HeaderClassName
{
color: #520E0B;
}
.AnyTagClassName
{
color: #520E0B;
}
</style>
background-color css
<style>
a { background-color: #520E0B; }
a { background-color: rgb(82,14,11); }
div.DivClassName
{
background-color: #520E0B;
}
.BgClassName
{
background-color: #520E0B;
}
</style>
border-color css
<style>
span { border-color: #520E0B; }
span { border-color: rgb(82,14,11); }
td.TdClassName
{
border-color: #520E0B;
}
.TagClassName
{
border-color: #520E0B;
}
</style>