Shades of Red Oxide #52140B
Tints of Red Oxide #52140B
RGB
CMYK
RGB Variations
Color information
#52140B (or 0x52140B) is known color: Red Oxide. HEX triplet: 52, 14 and 0B. RGB value is (82,20,11). Sum of RGB (Red+Green+Blue) = 82+20+11=113 (14% of max value = 765). Red value is 82 (32.42% from 255 or 72.57% from 113); Green value is 20 (8.20% from 255 or 17.70% from 113); Blue value is 11 (4.69% from 255 or 9.73% from 113); Max value from RGB is 82 - color contains mainly: red. Hex color #52140B is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #52140B is #ADEBF4. Grayscale: #252525. Windows color (decimal): -11398133 or 726098. OLE color: 726098.
HSL color Cylindrical-coordinate representation of color #52140B: hue angle of 7.61º degrees, saturation: 0.76, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #52140B is Cyan = 0, Magento = 0.76, Yellow = 0.87 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 20 | 11 | - |
| CMYK | 0 | 0.76 | 0.87 | 0.68 |
| HSL | 7.61º | 0.76% | 0.18% | - |
| HSV(B) | 7.61º | 0.87% | 0.32% | - |
| XYZ | 3.79 | 2.32 | 0.56 | - |
| YUV | 37.51 | 113.04 | 159.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 20 | 11 | 0 | 0.76 | 0.87 | 0.68 | 7.61 | 0.76 | 0.18 |
| Hex | 52 | 14 | B | 0 | 4C | 57 | 44 | 8 | 4C | 12 |
| Octal | 122 | 24 | 13 | 0 | 114 | 127 | 104 | 10 | 114 | 22 |
| Binary | 1010010 | 10100 | 1011 | 0 | 1001100 | 1010111 | 1000100 | 1000 | 1001100 | 10010 |
Color Harmonies of #52140B
Complementary color
Monochromatic Colors of #52140B
Black with #52140B
Text Example
Text Example
White with #52140B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52140B; }
p { color: rgb(82,20,11); }
H1.HeaderClassName
{
color: #52140B;
}
.AnyTagClassName
{
color: #52140B;
}
</style>
background-color css
<style>
a { background-color: #52140B; }
a { background-color: rgb(82,20,11); }
div.DivClassName
{
background-color: #52140B;
}
.BgClassName
{
background-color: #52140B;
}
</style>
border-color css
<style>
span { border-color: #52140B; }
span { border-color: rgb(82,20,11); }
td.TdClassName
{
border-color: #52140B;
}
.TagClassName
{
border-color: #52140B;
}
</style>