Shades of Red Oxide #521210
Tints of Red Oxide #521210
RGB
CMYK
RGB Variations
Color information
#521210 (or 0x521210) is known color: Red Oxide. HEX triplet: 52, 12 and 10. RGB value is (82,18,16). Sum of RGB (Red+Green+Blue) = 82+18+16=116 (15% of max value = 765). Red value is 82 (32.42% from 255 or 70.69% from 116); Green value is 18 (7.42% from 255 or 15.52% from 116); Blue value is 16 (6.64% from 255 or 13.79% from 116); Max value from RGB is 82 - color contains mainly: red. Hex color #521210 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #521210 is #ADEDEF. Grayscale: #242424. Windows color (decimal): -11398640 or 1053266. OLE color: 1053266.
HSL color Cylindrical-coordinate representation of color #521210: hue angle of 1.82º degrees, saturation: 0.67, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #521210 is Cyan = 0, Magento = 0.78, Yellow = 0.80 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 18 | 16 | - |
| CMYK | 0 | 0.78 | 0.80 | 0.68 |
| HSL | 1.82º | 0.67% | 0.19% | - |
| HSV(B) | 1.82º | 0.8% | 0.32% | - |
| XYZ | 3.79 | 2.26 | 0.73 | - |
| YUV | 36.91 | 116.2 | 160.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 18 | 16 | 0 | 0.78 | 0.80 | 0.68 | 1.82 | 0.67 | 0.19 |
| Hex | 52 | 12 | 10 | 0 | 4E | 50 | 44 | 2 | 43 | 13 |
| Octal | 122 | 22 | 20 | 0 | 116 | 120 | 104 | 2 | 103 | 23 |
| Binary | 1010010 | 10010 | 10000 | 0 | 1001110 | 1010000 | 1000100 | 10 | 1000011 | 10011 |
Color Harmonies of #521210
Complementary color
Monochromatic Colors of #521210
Black with #521210
Text Example
Text Example
White with #521210
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #521210; }
p { color: rgb(82,18,16); }
H1.HeaderClassName
{
color: #521210;
}
.AnyTagClassName
{
color: #521210;
}
</style>
background-color css
<style>
a { background-color: #521210; }
a { background-color: rgb(82,18,16); }
div.DivClassName
{
background-color: #521210;
}
.BgClassName
{
background-color: #521210;
}
</style>
border-color css
<style>
span { border-color: #521210; }
span { border-color: rgb(82,18,16); }
td.TdClassName
{
border-color: #521210;
}
.TagClassName
{
border-color: #521210;
}
</style>