Shades of Red Oxide #520B06
Tints of Red Oxide #520B06
RGB
CMYK
RGB Variations
Color information
#520B06 (or 0x520B06) is known color: Red Oxide. HEX triplet: 52, 0B and 06. RGB value is (82,11,6). Sum of RGB (Red+Green+Blue) = 82+11+6=99 (13% of max value = 765). Red value is 82 (32.42% from 255 or 82.83% from 99); Green value is 11 (4.69% from 255 or 11.11% from 99); Blue value is 6 (2.73% from 255 or 6.06% from 99); Max value from RGB is 82 - color contains mainly: red. Hex color #520B06 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #520B06 is #ADF4F9. Grayscale: #1F1F1F. Windows color (decimal): -11400442 or 396114. OLE color: 396114.
HSL color Cylindrical-coordinate representation of color #520B06: hue angle of 3.95º 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 #520B06 is Cyan = 0, Magento = 0.87, Yellow = 0.93 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 11 | 6 | - |
| CMYK | 0 | 0.87 | 0.93 | 0.68 |
| HSL | 3.95º | 0.86% | 0.17% | - |
| HSV(B) | 3.95º | 0.93% | 0.32% | - |
| XYZ | 3.63 | 2.05 | 0.38 | - |
| YUV | 31.66 | 113.52 | 163.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 11 | 6 | 0 | 0.87 | 0.93 | 0.68 | 3.95 | 0.86 | 0.17 |
| Hex | 52 | B | 6 | 0 | 57 | 5D | 44 | 4 | 56 | 11 |
| Octal | 122 | 13 | 6 | 0 | 127 | 135 | 104 | 4 | 126 | 21 |
| Binary | 1010010 | 1011 | 110 | 0 | 1010111 | 1011101 | 1000100 | 100 | 1010110 | 10001 |
Color Harmonies of #520B06
Complementary color
Monochromatic Colors of #520B06
Black with #520B06
Text Example
Text Example
White with #520B06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #520B06; }
p { color: rgb(82,11,6); }
H1.HeaderClassName
{
color: #520B06;
}
.AnyTagClassName
{
color: #520B06;
}
</style>
background-color css
<style>
a { background-color: #520B06; }
a { background-color: rgb(82,11,6); }
div.DivClassName
{
background-color: #520B06;
}
.BgClassName
{
background-color: #520B06;
}
</style>
border-color css
<style>
span { border-color: #520B06; }
span { border-color: rgb(82,11,6); }
td.TdClassName
{
border-color: #520B06;
}
.TagClassName
{
border-color: #520B06;
}
</style>