Shades of Red Oxide #520C02
Tints of Red Oxide #520C02
RGB
CMYK
RGB Variations
Color information
#520C02 (or 0x520C02) is known color: Red Oxide. HEX triplet: 52, 0C and 02. RGB value is (82,12,2). Sum of RGB (Red+Green+Blue) = 82+12+2=96 (12% of max value = 765). Red value is 82 (32.42% from 255 or 85.42% from 96); Green value is 12 (5.08% from 255 or 12.5% from 96); Blue value is 2 (1.17% from 255 or 2.08% from 96); Max value from RGB is 82 - color contains mainly: red. Hex color #520C02 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #520C02 is #ADF3FD. Grayscale: #1F1F1F. Windows color (decimal): -11400190 or 134226. OLE color: 134226.
HSL color Cylindrical-coordinate representation of color #520C02: hue angle of 7.5º 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 #520C02 is Cyan = 0, Magento = 0.85, Yellow = 0.98 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 12 | 2 | - |
| CMYK | 0 | 0.85 | 0.98 | 0.68 |
| HSL | 7.5º | 0.95% | 0.16% | - |
| HSV(B) | 7.5º | 0.98% | 0.32% | - |
| XYZ | 3.62 | 2.06 | 0.26 | - |
| YUV | 31.79 | 111.19 | 163.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 12 | 2 | 0 | 0.85 | 0.98 | 0.68 | 7.5 | 0.95 | 0.16 |
| Hex | 52 | C | 2 | 0 | 55 | 62 | 44 | 8 | 5F | 10 |
| Octal | 122 | 14 | 2 | 0 | 125 | 142 | 104 | 10 | 137 | 20 |
| Binary | 1010010 | 1100 | 10 | 0 | 1010101 | 1100010 | 1000100 | 1000 | 1011111 | 10000 |
Color Harmonies of #520C02
Complementary color
Monochromatic Colors of #520C02
Black with #520C02
Text Example
Text Example
White with #520C02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #520C02; }
p { color: rgb(82,12,2); }
H1.HeaderClassName
{
color: #520C02;
}
.AnyTagClassName
{
color: #520C02;
}
</style>
background-color css
<style>
a { background-color: #520C02; }
a { background-color: rgb(82,12,2); }
div.DivClassName
{
background-color: #520C02;
}
.BgClassName
{
background-color: #520C02;
}
</style>
border-color css
<style>
span { border-color: #520C02; }
span { border-color: rgb(82,12,2); }
td.TdClassName
{
border-color: #520C02;
}
.TagClassName
{
border-color: #520C02;
}
</style>