Shades of Red Oxide #52110A
Tints of Red Oxide #52110A
RGB
CMYK
RGB Variations
Color information
#52110A (or 0x52110A) is known color: Red Oxide. HEX triplet: 52, 11 and 0A. RGB value is (82,17,10). Sum of RGB (Red+Green+Blue) = 82+17+10=109 (14% of max value = 765). Red value is 82 (32.42% from 255 or 75.23% from 109); Green value is 17 (7.03% from 255 or 15.60% from 109); Blue value is 10 (4.30% from 255 or 9.17% from 109); Max value from RGB is 82 - color contains mainly: red. Hex color #52110A is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #52110A is #ADEEF5. Grayscale: #232323. Windows color (decimal): -11398902 or 659794. OLE color: 659794.
HSL color Cylindrical-coordinate representation of color #52110A: hue angle of 5.83º degrees, saturation: 0.78, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #52110A is Cyan = 0, Magento = 0.79, Yellow = 0.88 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 17 | 10 | - |
| CMYK | 0 | 0.79 | 0.88 | 0.68 |
| HSL | 5.83º | 0.78% | 0.18% | - |
| HSV(B) | 5.83º | 0.88% | 0.32% | - |
| XYZ | 3.73 | 2.22 | 0.52 | - |
| YUV | 35.64 | 113.53 | 161.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 17 | 10 | 0 | 0.79 | 0.88 | 0.68 | 5.83 | 0.78 | 0.18 |
| Hex | 52 | 11 | A | 0 | 4F | 58 | 44 | 6 | 4E | 12 |
| Octal | 122 | 21 | 12 | 0 | 117 | 130 | 104 | 6 | 116 | 22 |
| Binary | 1010010 | 10001 | 1010 | 0 | 1001111 | 1011000 | 1000100 | 110 | 1001110 | 10010 |
Color Harmonies of #52110A
Complementary color
Monochromatic Colors of #52110A
Black with #52110A
Text Example
Text Example
White with #52110A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52110A; }
p { color: rgb(82,17,10); }
H1.HeaderClassName
{
color: #52110A;
}
.AnyTagClassName
{
color: #52110A;
}
</style>
background-color css
<style>
a { background-color: #52110A; }
a { background-color: rgb(82,17,10); }
div.DivClassName
{
background-color: #52110A;
}
.BgClassName
{
background-color: #52110A;
}
</style>
border-color css
<style>
span { border-color: #52110A; }
span { border-color: rgb(82,17,10); }
td.TdClassName
{
border-color: #52110A;
}
.TagClassName
{
border-color: #52110A;
}
</style>