Shades of Red Oxide #520A02
Tints of Red Oxide #520A02
RGB
CMYK
RGB Variations
Color information
#520A02 (or 0x520A02) is known color: Red Oxide. HEX triplet: 52, 0A and 02. RGB value is (82,10,2). Sum of RGB (Red+Green+Blue) = 82+10+2=94 (12% of max value = 765). Red value is 82 (32.42% from 255 or 87.23% from 94); Green value is 10 (4.30% from 255 or 10.64% from 94); Blue value is 2 (1.17% from 255 or 2.13% from 94); Max value from RGB is 82 - color contains mainly: red. Hex color #520A02 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #520A02 is #ADF5FD. Grayscale: #1E1E1E. Windows color (decimal): -11400702 or 133714. OLE color: 133714.
HSL color Cylindrical-coordinate representation of color #520A02: hue angle of 6º 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 #520A02 is Cyan = 0, Magento = 0.88, Yellow = 0.98 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 10 | 2 | - |
| CMYK | 0 | 0.88 | 0.98 | 0.68 |
| HSL | 6º | 0.95% | 0.16% | - |
| HSV(B) | 6º | 0.98% | 0.32% | - |
| XYZ | 3.6 | 2.02 | 0.26 | - |
| YUV | 30.62 | 111.85 | 164.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 10 | 2 | 0 | 0.88 | 0.98 | 0.68 | 6 | 0.95 | 0.16 |
| Hex | 52 | A | 2 | 0 | 58 | 62 | 44 | 6 | 5F | 10 |
| Octal | 122 | 12 | 2 | 0 | 130 | 142 | 104 | 6 | 137 | 20 |
| Binary | 1010010 | 1010 | 10 | 0 | 1011000 | 1100010 | 1000100 | 110 | 1011111 | 10000 |
Color Harmonies of #520A02
Complementary color
Monochromatic Colors of #520A02
Black with #520A02
Text Example
Text Example
White with #520A02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #520A02; }
p { color: rgb(82,10,2); }
H1.HeaderClassName
{
color: #520A02;
}
.AnyTagClassName
{
color: #520A02;
}
</style>
background-color css
<style>
a { background-color: #520A02; }
a { background-color: rgb(82,10,2); }
div.DivClassName
{
background-color: #520A02;
}
.BgClassName
{
background-color: #520A02;
}
</style>
border-color css
<style>
span { border-color: #520A02; }
span { border-color: rgb(82,10,2); }
td.TdClassName
{
border-color: #520A02;
}
.TagClassName
{
border-color: #520A02;
}
</style>