Shades of Red Oxide #52130E
Tints of Red Oxide #52130E
RGB
CMYK
RGB Variations
Color information
#52130E (or 0x52130E) is known color: Red Oxide. HEX triplet: 52, 13 and 0E. RGB value is (82,19,14). Sum of RGB (Red+Green+Blue) = 82+19+14=115 (15% of max value = 765). Red value is 82 (32.42% from 255 or 71.30% from 115); Green value is 19 (7.81% from 255 or 16.52% from 115); Blue value is 14 (5.86% from 255 or 12.17% from 115); Max value from RGB is 82 - color contains mainly: red. Hex color #52130E is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #52130E is #ADECF1. Grayscale: #252525. Windows color (decimal): -11398386 or 922450. OLE color: 922450.
HSL color Cylindrical-coordinate representation of color #52130E: hue angle of 4.41º degrees, saturation: 0.71, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #52130E is Cyan = 0, Magento = 0.77, Yellow = 0.83 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 19 | 14 | - |
| CMYK | 0 | 0.77 | 0.83 | 0.68 |
| HSL | 4.41º | 0.71% | 0.19% | - |
| HSV(B) | 4.41º | 0.83% | 0.32% | - |
| XYZ | 3.79 | 2.29 | 0.66 | - |
| YUV | 37.27 | 114.87 | 159.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 19 | 14 | 0 | 0.77 | 0.83 | 0.68 | 4.41 | 0.71 | 0.19 |
| Hex | 52 | 13 | E | 0 | 4D | 53 | 44 | 4 | 47 | 13 |
| Octal | 122 | 23 | 16 | 0 | 115 | 123 | 104 | 4 | 107 | 23 |
| Binary | 1010010 | 10011 | 1110 | 0 | 1001101 | 1010011 | 1000100 | 100 | 1000111 | 10011 |
Color Harmonies of #52130E
Complementary color
Monochromatic Colors of #52130E
Black with #52130E
Text Example
Text Example
White with #52130E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52130E; }
p { color: rgb(82,19,14); }
H1.HeaderClassName
{
color: #52130E;
}
.AnyTagClassName
{
color: #52130E;
}
</style>
background-color css
<style>
a { background-color: #52130E; }
a { background-color: rgb(82,19,14); }
div.DivClassName
{
background-color: #52130E;
}
.BgClassName
{
background-color: #52130E;
}
</style>
border-color css
<style>
span { border-color: #52130E; }
span { border-color: rgb(82,19,14); }
td.TdClassName
{
border-color: #52130E;
}
.TagClassName
{
border-color: #52130E;
}
</style>