Shades of Red Oxide #521510
Tints of Red Oxide #521510
RGB
CMYK
RGB Variations
Color information
#521510 (or 0x521510) is known color: Red Oxide. HEX triplet: 52, 15 and 10. RGB value is (82,21,16). Sum of RGB (Red+Green+Blue) = 82+21+16=119 (15% of max value = 765). Red value is 82 (32.42% from 255 or 68.91% from 119); Green value is 21 (8.59% from 255 or 17.65% from 119); Blue value is 16 (6.64% from 255 or 13.45% from 119); Max value from RGB is 82 - color contains mainly: red. Hex color #521510 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #521510 is #ADEAEF. Grayscale: #262626. Windows color (decimal): -11397872 or 1054034. OLE color: 1054034.
HSL color Cylindrical-coordinate representation of color #521510: hue angle of 4.55º 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 #521510 is Cyan = 0, Magento = 0.74, Yellow = 0.80 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 21 | 16 | - |
| CMYK | 0 | 0.74 | 0.80 | 0.68 |
| HSL | 4.55º | 0.67% | 0.19% | - |
| HSV(B) | 4.55º | 0.8% | 0.32% | - |
| XYZ | 3.84 | 2.37 | 0.74 | - |
| YUV | 38.67 | 115.21 | 158.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 21 | 16 | 0 | 0.74 | 0.80 | 0.68 | 4.55 | 0.67 | 0.19 |
| Hex | 52 | 15 | 10 | 0 | 4A | 50 | 44 | 5 | 43 | 13 |
| Octal | 122 | 25 | 20 | 0 | 112 | 120 | 104 | 5 | 103 | 23 |
| Binary | 1010010 | 10101 | 10000 | 0 | 1001010 | 1010000 | 1000100 | 101 | 1000011 | 10011 |
Color Harmonies of #521510
Complementary color
Monochromatic Colors of #521510
Black with #521510
Text Example
Text Example
White with #521510
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #521510; }
p { color: rgb(82,21,16); }
H1.HeaderClassName
{
color: #521510;
}
.AnyTagClassName
{
color: #521510;
}
</style>
background-color css
<style>
a { background-color: #521510; }
a { background-color: rgb(82,21,16); }
div.DivClassName
{
background-color: #521510;
}
.BgClassName
{
background-color: #521510;
}
</style>
border-color css
<style>
span { border-color: #521510; }
span { border-color: rgb(82,21,16); }
td.TdClassName
{
border-color: #521510;
}
.TagClassName
{
border-color: #521510;
}
</style>