Shades of Red Oxide #520B02
Tints of Red Oxide #520B02
RGB
CMYK
RGB Variations
Color information
#520B02 (or 0x520B02) is known color: Red Oxide. HEX triplet: 52, 0B and 02. RGB value is (82,11,2). Sum of RGB (Red+Green+Blue) = 82+11+2=95 (12% of max value = 765). Red value is 82 (32.42% from 255 or 86.32% from 95); Green value is 11 (4.69% from 255 or 11.58% from 95); Blue value is 2 (1.17% from 255 or 2.11% from 95); Max value from RGB is 82 - color contains mainly: red. Hex color #520B02 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #520B02 is #ADF4FD. Grayscale: #1F1F1F. Windows color (decimal): -11400446 or 133970. OLE color: 133970.
HSL color Cylindrical-coordinate representation of color #520B02: hue angle of 6.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 #520B02 is Cyan = 0, Magento = 0.87, Yellow = 0.98 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 11 | 2 | - |
| CMYK | 0 | 0.87 | 0.98 | 0.68 |
| HSL | 6.75º | 0.95% | 0.16% | - |
| HSV(B) | 6.75º | 0.98% | 0.32% | - |
| XYZ | 3.61 | 2.04 | 0.26 | - |
| YUV | 31.2 | 111.52 | 164.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 11 | 2 | 0 | 0.87 | 0.98 | 0.68 | 6.75 | 0.95 | 0.16 |
| Hex | 52 | B | 2 | 0 | 57 | 62 | 44 | 7 | 5F | 10 |
| Octal | 122 | 13 | 2 | 0 | 127 | 142 | 104 | 7 | 137 | 20 |
| Binary | 1010010 | 1011 | 10 | 0 | 1010111 | 1100010 | 1000100 | 111 | 1011111 | 10000 |
Color Harmonies of #520B02
Complementary color
Monochromatic Colors of #520B02
Black with #520B02
Text Example
Text Example
White with #520B02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #520B02; }
p { color: rgb(82,11,2); }
H1.HeaderClassName
{
color: #520B02;
}
.AnyTagClassName
{
color: #520B02;
}
</style>
background-color css
<style>
a { background-color: #520B02; }
a { background-color: rgb(82,11,2); }
div.DivClassName
{
background-color: #520B02;
}
.BgClassName
{
background-color: #520B02;
}
</style>
border-color css
<style>
span { border-color: #520B02; }
span { border-color: rgb(82,11,2); }
td.TdClassName
{
border-color: #520B02;
}
.TagClassName
{
border-color: #520B02;
}
</style>