Shades of Red Oxide #520B09
Tints of Red Oxide #520B09
RGB
CMYK
RGB Variations
Color information
#520B09 (or 0x520B09) is known color: Red Oxide. HEX triplet: 52, 0B and 09. RGB value is (82,11,9). Sum of RGB (Red+Green+Blue) = 82+11+9=102 (13% of max value = 765). Red value is 82 (32.42% from 255 or 80.39% from 102); Green value is 11 (4.69% from 255 or 10.78% from 102); Blue value is 9 (3.91% from 255 or 8.82% from 102); Max value from RGB is 82 - color contains mainly: red. Hex color #520B09 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #520B09 is #ADF4F6. Grayscale: #202020. Windows color (decimal): -11400439 or 592722. OLE color: 592722.
HSL color Cylindrical-coordinate representation of color #520B09: hue angle of 1.64º degrees, saturation: 0.8, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #520B09 is Cyan = 0, Magento = 0.87, Yellow = 0.89 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 11 | 9 | - |
| CMYK | 0 | 0.87 | 0.89 | 0.68 |
| HSL | 1.64º | 0.8% | 0.18% | - |
| HSV(B) | 1.64º | 0.89% | 0.32% | - |
| XYZ | 3.65 | 2.05 | 0.46 | - |
| YUV | 32 | 115.02 | 163.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 11 | 9 | 0 | 0.87 | 0.89 | 0.68 | 1.64 | 0.8 | 0.18 |
| Hex | 52 | B | 9 | 0 | 57 | 59 | 44 | 2 | 50 | 12 |
| Octal | 122 | 13 | 11 | 0 | 127 | 131 | 104 | 2 | 120 | 22 |
| Binary | 1010010 | 1011 | 1001 | 0 | 1010111 | 1011001 | 1000100 | 10 | 1010000 | 10010 |
Color Harmonies of #520B09
Complementary color
Monochromatic Colors of #520B09
Black with #520B09
Text Example
Text Example
White with #520B09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #520B09; }
p { color: rgb(82,11,9); }
H1.HeaderClassName
{
color: #520B09;
}
.AnyTagClassName
{
color: #520B09;
}
</style>
background-color css
<style>
a { background-color: #520B09; }
a { background-color: rgb(82,11,9); }
div.DivClassName
{
background-color: #520B09;
}
.BgClassName
{
background-color: #520B09;
}
</style>
border-color css
<style>
span { border-color: #520B09; }
span { border-color: rgb(82,11,9); }
td.TdClassName
{
border-color: #520B09;
}
.TagClassName
{
border-color: #520B09;
}
</style>