Shades of Red Oxide #520D0C
Tints of Red Oxide #520D0C
RGB
CMYK
RGB Variations
Color information
#520D0C (or 0x520D0C) is known color: Red Oxide. HEX triplet: 52, 0D and 0C. RGB value is (82,13,12). Sum of RGB (Red+Green+Blue) = 82+13+12=107 (14% of max value = 765). Red value is 82 (32.42% from 255 or 76.64% from 107); Green value is 13 (5.47% from 255 or 12.15% from 107); Blue value is 12 (5.08% from 255 or 11.21% from 107); Max value from RGB is 82 - color contains mainly: red. Hex color #520D0C is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #520D0C is #ADF2F3. Grayscale: #212121. Windows color (decimal): -11399924 or 789842. OLE color: 789842.
HSL color Cylindrical-coordinate representation of color #520D0C: hue angle of 0.86º degrees, saturation: 0.74, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #520D0C is Cyan = 0, Magento = 0.84, Yellow = 0.85 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 13 | 12 | - |
| CMYK | 0 | 0.84 | 0.85 | 0.68 |
| HSL | 0.86º | 0.74% | 0.18% | - |
| HSV(B) | 0.86º | 0.85% | 0.32% | - |
| XYZ | 3.69 | 2.11 | 0.56 | - |
| YUV | 33.52 | 115.86 | 162.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 13 | 12 | 0 | 0.84 | 0.85 | 0.68 | 0.86 | 0.74 | 0.18 |
| Hex | 52 | D | C | 0 | 54 | 55 | 44 | 1 | 4A | 12 |
| Octal | 122 | 15 | 14 | 0 | 124 | 125 | 104 | 1 | 112 | 22 |
| Binary | 1010010 | 1101 | 1100 | 0 | 1010100 | 1010101 | 1000100 | 1 | 1001010 | 10010 |
Color Harmonies of #520D0C
Complementary color
Monochromatic Colors of #520D0C
Black with #520D0C
Text Example
Text Example
White with #520D0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #520D0C; }
p { color: rgb(82,13,12); }
H1.HeaderClassName
{
color: #520D0C;
}
.AnyTagClassName
{
color: #520D0C;
}
</style>
background-color css
<style>
a { background-color: #520D0C; }
a { background-color: rgb(82,13,12); }
div.DivClassName
{
background-color: #520D0C;
}
.BgClassName
{
background-color: #520D0C;
}
</style>
border-color css
<style>
span { border-color: #520D0C; }
span { border-color: rgb(82,13,12); }
td.TdClassName
{
border-color: #520D0C;
}
.TagClassName
{
border-color: #520D0C;
}
</style>