Shades of Red Oxide #52160D
Tints of Red Oxide #52160D
RGB
CMYK
RGB Variations
Color information
#52160D (or 0x52160D) is known color: Red Oxide. HEX triplet: 52, 16 and 0D. RGB value is (82,22,13). Sum of RGB (Red+Green+Blue) = 82+22+13=117 (15% of max value = 765). Red value is 82 (32.42% from 255 or 70.09% from 117); Green value is 22 (8.98% from 255 or 18.80% from 117); Blue value is 13 (5.47% from 255 or 11.11% from 117); Max value from RGB is 82 - color contains mainly: red. Hex color #52160D is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #52160D is #ADE9F2. Grayscale: #272727. Windows color (decimal): -11397619 or 857682. OLE color: 857682.
HSL color Cylindrical-coordinate representation of color #52160D: hue angle of 7.83º degrees, saturation: 0.73, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #52160D is Cyan = 0, Magento = 0.73, Yellow = 0.84 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 22 | 13 | - |
| CMYK | 0 | 0.73 | 0.84 | 0.68 |
| HSL | 7.83º | 0.73% | 0.19% | - |
| HSV(B) | 7.83º | 0.84% | 0.32% | - |
| XYZ | 3.84 | 2.4 | 0.64 | - |
| YUV | 38.91 | 113.38 | 158.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 22 | 13 | 0 | 0.73 | 0.84 | 0.68 | 7.83 | 0.73 | 0.19 |
| Hex | 52 | 16 | D | 0 | 49 | 54 | 44 | 8 | 49 | 13 |
| Octal | 122 | 26 | 15 | 0 | 111 | 124 | 104 | 10 | 111 | 23 |
| Binary | 1010010 | 10110 | 1101 | 0 | 1001001 | 1010100 | 1000100 | 1000 | 1001001 | 10011 |
Color Harmonies of #52160D
Complementary color
Monochromatic Colors of #52160D
Black with #52160D
Text Example
Text Example
White with #52160D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52160D; }
p { color: rgb(82,22,13); }
H1.HeaderClassName
{
color: #52160D;
}
.AnyTagClassName
{
color: #52160D;
}
</style>
background-color css
<style>
a { background-color: #52160D; }
a { background-color: rgb(82,22,13); }
div.DivClassName
{
background-color: #52160D;
}
.BgClassName
{
background-color: #52160D;
}
</style>
border-color css
<style>
span { border-color: #52160D; }
span { border-color: rgb(82,22,13); }
td.TdClassName
{
border-color: #52160D;
}
.TagClassName
{
border-color: #52160D;
}
</style>