Shades of Red Oxide #52180C
Tints of Red Oxide #52180C
RGB
CMYK
RGB Variations
Color information
#52180C (or 0x52180C) is known color: Red Oxide. HEX triplet: 52, 18 and 0C. RGB value is (82,24,12). Sum of RGB (Red+Green+Blue) = 82+24+12=118 (15% of max value = 765). Red value is 82 (32.42% from 255 or 69.49% from 118); Green value is 24 (9.77% from 255 or 20.34% from 118); Blue value is 12 (5.08% from 255 or 10.17% from 118); Max value from RGB is 82 - color contains mainly: red. Hex color #52180C is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #52180C is #ADE7F3. Grayscale: #282828. Windows color (decimal): -11397108 or 792658. OLE color: 792658.
HSL color Cylindrical-coordinate representation of color #52180C: hue angle of 10.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 #52180C is Cyan = 0, Magento = 0.71, Yellow = 0.85 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 24 | 12 | - |
| CMYK | 0 | 0.71 | 0.85 | 0.68 |
| HSL | 10.29º | 0.74% | 0.18% | - |
| HSV(B) | 10.29º | 0.85% | 0.32% | - |
| XYZ | 3.87 | 2.47 | 0.62 | - |
| YUV | 39.97 | 112.22 | 157.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 24 | 12 | 0 | 0.71 | 0.85 | 0.68 | 10.29 | 0.74 | 0.18 |
| Hex | 52 | 18 | C | 0 | 47 | 55 | 44 | A | 4A | 12 |
| Octal | 122 | 30 | 14 | 0 | 107 | 125 | 104 | 12 | 112 | 22 |
| Binary | 1010010 | 11000 | 1100 | 0 | 1000111 | 1010101 | 1000100 | 1010 | 1001010 | 10010 |
Color Harmonies of #52180C
Complementary color
Monochromatic Colors of #52180C
Black with #52180C
Text Example
Text Example
White with #52180C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52180C; }
p { color: rgb(82,24,12); }
H1.HeaderClassName
{
color: #52180C;
}
.AnyTagClassName
{
color: #52180C;
}
</style>
background-color css
<style>
a { background-color: #52180C; }
a { background-color: rgb(82,24,12); }
div.DivClassName
{
background-color: #52180C;
}
.BgClassName
{
background-color: #52180C;
}
</style>
border-color css
<style>
span { border-color: #52180C; }
span { border-color: rgb(82,24,12); }
td.TdClassName
{
border-color: #52180C;
}
.TagClassName
{
border-color: #52180C;
}
</style>