Shades of Red Oxide #52160C
Tints of Red Oxide #52160C
RGB
CMYK
RGB Variations
Color information
#52160C (or 0x52160C) is known color: Red Oxide. HEX triplet: 52, 16 and 0C. RGB value is (82,22,12). Sum of RGB (Red+Green+Blue) = 82+22+12=116 (15% of max value = 765). Red value is 82 (32.42% from 255 or 70.69% from 116); Green value is 22 (8.98% from 255 or 18.97% from 116); Blue value is 12 (5.08% from 255 or 10.34% from 116); Max value from RGB is 82 - color contains mainly: red. Hex color #52160C is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #52160C is #ADE9F3. Grayscale: #262626. Windows color (decimal): -11397620 or 792146. OLE color: 792146.
HSL color Cylindrical-coordinate representation of color #52160C: hue angle of 8.57º degrees, saturation: 0.74, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #52160C is Cyan = 0, Magento = 0.73, Yellow = 0.85 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 22 | 12 | - |
| CMYK | 0 | 0.73 | 0.85 | 0.68 |
| HSL | 8.57º | 0.74% | 0.18% | - |
| HSV(B) | 8.57º | 0.85% | 0.32% | - |
| XYZ | 3.83 | 2.39 | 0.61 | - |
| YUV | 38.8 | 112.88 | 158.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 22 | 12 | 0 | 0.73 | 0.85 | 0.68 | 8.57 | 0.74 | 0.18 |
| Hex | 52 | 16 | C | 0 | 49 | 55 | 44 | 9 | 4A | 12 |
| Octal | 122 | 26 | 14 | 0 | 111 | 125 | 104 | 11 | 112 | 22 |
| Binary | 1010010 | 10110 | 1100 | 0 | 1001001 | 1010101 | 1000100 | 1001 | 1001010 | 10010 |
Color Harmonies of #52160C
Complementary color
Monochromatic Colors of #52160C
Black with #52160C
Text Example
Text Example
White with #52160C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52160C; }
p { color: rgb(82,22,12); }
H1.HeaderClassName
{
color: #52160C;
}
.AnyTagClassName
{
color: #52160C;
}
</style>
background-color css
<style>
a { background-color: #52160C; }
a { background-color: rgb(82,22,12); }
div.DivClassName
{
background-color: #52160C;
}
.BgClassName
{
background-color: #52160C;
}
</style>
border-color css
<style>
span { border-color: #52160C; }
span { border-color: rgb(82,22,12); }
td.TdClassName
{
border-color: #52160C;
}
.TagClassName
{
border-color: #52160C;
}
</style>