Shades of Red Oxide #520F02
Tints of Red Oxide #520F02
RGB
CMYK
RGB Variations
Color information
#520F02 (or 0x520F02) is known color: Red Oxide. HEX triplet: 52, 0F and 02. RGB value is (82,15,2). Sum of RGB (Red+Green+Blue) = 82+15+2=99 (13% of max value = 765). Red value is 82 (32.42% from 255 or 82.83% from 99); Green value is 15 (6.25% from 255 or 15.15% from 99); Blue value is 2 (1.17% from 255 or 2.02% from 99); Max value from RGB is 82 - color contains mainly: red. Hex color #520F02 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #520F02 is #ADF0FD. Grayscale: #212121. Windows color (decimal): -11399422 or 134994. OLE color: 134994.
HSL color Cylindrical-coordinate representation of color #520F02: hue angle of 9.75º degrees, saturation: 0.95, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #520F02 is Cyan = 0, Magento = 0.82, Yellow = 0.98 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 15 | 2 | - |
| CMYK | 0 | 0.82 | 0.98 | 0.68 |
| HSL | 9.75º | 0.95% | 0.16% | - |
| HSV(B) | 9.75º | 0.98% | 0.32% | - |
| XYZ | 3.66 | 2.14 | 0.28 | - |
| YUV | 33.55 | 110.2 | 162.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 15 | 2 | 0 | 0.82 | 0.98 | 0.68 | 9.75 | 0.95 | 0.16 |
| Hex | 52 | F | 2 | 0 | 52 | 62 | 44 | A | 5F | 10 |
| Octal | 122 | 17 | 2 | 0 | 122 | 142 | 104 | 12 | 137 | 20 |
| Binary | 1010010 | 1111 | 10 | 0 | 1010010 | 1100010 | 1000100 | 1010 | 1011111 | 10000 |
Color Harmonies of #520F02
Complementary color
Monochromatic Colors of #520F02
Black with #520F02
Text Example
Text Example
White with #520F02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #520F02; }
p { color: rgb(82,15,2); }
H1.HeaderClassName
{
color: #520F02;
}
.AnyTagClassName
{
color: #520F02;
}
</style>
background-color css
<style>
a { background-color: #520F02; }
a { background-color: rgb(82,15,2); }
div.DivClassName
{
background-color: #520F02;
}
.BgClassName
{
background-color: #520F02;
}
</style>
border-color css
<style>
span { border-color: #520F02; }
span { border-color: rgb(82,15,2); }
td.TdClassName
{
border-color: #520F02;
}
.TagClassName
{
border-color: #520F02;
}
</style>