Shades of Red Oxide #52110C
Tints of Red Oxide #52110C
RGB
CMYK
RGB Variations
Color information
#52110C (or 0x52110C) is known color: Red Oxide. HEX triplet: 52, 11 and 0C. RGB value is (82,17,12). Sum of RGB (Red+Green+Blue) = 82+17+12=111 (14% of max value = 765). Red value is 82 (32.42% from 255 or 73.87% from 111); Green value is 17 (7.03% from 255 or 15.32% from 111); Blue value is 12 (5.08% from 255 or 10.81% from 111); Max value from RGB is 82 - color contains mainly: red. Hex color #52110C is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #52110C is #ADEEF3. Grayscale: #232323. Windows color (decimal): -11398900 or 790866. OLE color: 790866.
HSL color Cylindrical-coordinate representation of color #52110C: hue angle of 4.29º 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 #52110C is Cyan = 0, Magento = 0.79, Yellow = 0.85 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 17 | 12 | - |
| CMYK | 0 | 0.79 | 0.85 | 0.68 |
| HSL | 4.29º | 0.74% | 0.18% | - |
| HSV(B) | 4.29º | 0.85% | 0.32% | - |
| XYZ | 3.75 | 2.22 | 0.58 | - |
| YUV | 35.87 | 114.53 | 160.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 17 | 12 | 0 | 0.79 | 0.85 | 0.68 | 4.29 | 0.74 | 0.18 |
| Hex | 52 | 11 | C | 0 | 4F | 55 | 44 | 4 | 4A | 12 |
| Octal | 122 | 21 | 14 | 0 | 117 | 125 | 104 | 4 | 112 | 22 |
| Binary | 1010010 | 10001 | 1100 | 0 | 1001111 | 1010101 | 1000100 | 100 | 1001010 | 10010 |
Color Harmonies of #52110C
Complementary color
Monochromatic Colors of #52110C
Black with #52110C
Text Example
Text Example
White with #52110C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52110C; }
p { color: rgb(82,17,12); }
H1.HeaderClassName
{
color: #52110C;
}
.AnyTagClassName
{
color: #52110C;
}
</style>
background-color css
<style>
a { background-color: #52110C; }
a { background-color: rgb(82,17,12); }
div.DivClassName
{
background-color: #52110C;
}
.BgClassName
{
background-color: #52110C;
}
</style>
border-color css
<style>
span { border-color: #52110C; }
span { border-color: rgb(82,17,12); }
td.TdClassName
{
border-color: #52110C;
}
.TagClassName
{
border-color: #52110C;
}
</style>