Shades of Red Oxide #520B01
Tints of Red Oxide #520B01
RGB
CMYK
RGB Variations
Color information
#520B01 (or 0x520B01) is known color: Red Oxide. HEX triplet: 52, 0B and 01. RGB value is (82,11,1). Sum of RGB (Red+Green+Blue) = 82+11+1=94 (12% of max value = 765). Red value is 82 (32.42% from 255 or 87.23% from 94); Green value is 11 (4.69% from 255 or 11.70% from 94); Blue value is 1 (0.78% from 255 or 1.06% from 94); Max value from RGB is 82 - color contains mainly: red. Hex color #520B01 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #520B01 is #ADF4FE. Grayscale: #1F1F1F. Windows color (decimal): -11400447 or 68434. OLE color: 68434.
HSL color Cylindrical-coordinate representation of color #520B01: hue angle of 7.41º degrees, saturation: 0.98, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #520B01 is Cyan = 0, Magento = 0.87, Yellow = 0.99 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 11 | 1 | - |
| CMYK | 0 | 0.87 | 0.99 | 0.68 |
| HSL | 7.41º | 0.98% | 0.16% | - |
| HSV(B) | 7.41º | 0.99% | 0.32% | - |
| XYZ | 3.6 | 2.04 | 0.23 | - |
| YUV | 31.09 | 111.02 | 164.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 11 | 1 | 0 | 0.87 | 0.99 | 0.68 | 7.41 | 0.98 | 0.16 |
| Hex | 52 | B | 1 | 0 | 57 | 63 | 44 | 7 | 62 | 10 |
| Octal | 122 | 13 | 1 | 0 | 127 | 143 | 104 | 7 | 142 | 20 |
| Binary | 1010010 | 1011 | 1 | 0 | 1010111 | 1100011 | 1000100 | 111 | 1100010 | 10000 |
Color Harmonies of #520B01
Complementary color
Monochromatic Colors of #520B01
Black with #520B01
Text Example
Text Example
White with #520B01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #520B01; }
p { color: rgb(82,11,1); }
H1.HeaderClassName
{
color: #520B01;
}
.AnyTagClassName
{
color: #520B01;
}
</style>
background-color css
<style>
a { background-color: #520B01; }
a { background-color: rgb(82,11,1); }
div.DivClassName
{
background-color: #520B01;
}
.BgClassName
{
background-color: #520B01;
}
</style>
border-color css
<style>
span { border-color: #520B01; }
span { border-color: rgb(82,11,1); }
td.TdClassName
{
border-color: #520B01;
}
.TagClassName
{
border-color: #520B01;
}
</style>