Shades of Red Oxide #52130B
Tints of Red Oxide #52130B
RGB
CMYK
RGB Variations
Color information
#52130B (or 0x52130B) is known color: Red Oxide. HEX triplet: 52, 13 and 0B. RGB value is (82,19,11). Sum of RGB (Red+Green+Blue) = 82+19+11=112 (14% of max value = 765). Red value is 82 (32.42% from 255 or 73.21% from 112); Green value is 19 (7.81% from 255 or 16.96% from 112); Blue value is 11 (4.69% from 255 or 9.82% from 112); Max value from RGB is 82 - color contains mainly: red. Hex color #52130B is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #52130B is #ADECF4. Grayscale: #252525. Windows color (decimal): -11398389 or 725842. OLE color: 725842.
HSL color Cylindrical-coordinate representation of color #52130B: hue angle of 6.76º 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 #52130B is Cyan = 0, Magento = 0.77, Yellow = 0.87 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 19 | 11 | - |
| CMYK | 0 | 0.77 | 0.87 | 0.68 |
| HSL | 6.76º | 0.76% | 0.18% | - |
| HSV(B) | 6.76º | 0.87% | 0.32% | - |
| XYZ | 3.77 | 2.28 | 0.56 | - |
| YUV | 36.93 | 113.37 | 160.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 19 | 11 | 0 | 0.77 | 0.87 | 0.68 | 6.76 | 0.76 | 0.18 |
| Hex | 52 | 13 | B | 0 | 4D | 57 | 44 | 7 | 4C | 12 |
| Octal | 122 | 23 | 13 | 0 | 115 | 127 | 104 | 7 | 114 | 22 |
| Binary | 1010010 | 10011 | 1011 | 0 | 1001101 | 1010111 | 1000100 | 111 | 1001100 | 10010 |
Color Harmonies of #52130B
Complementary color
Monochromatic Colors of #52130B
Black with #52130B
Text Example
Text Example
White with #52130B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52130B; }
p { color: rgb(82,19,11); }
H1.HeaderClassName
{
color: #52130B;
}
.AnyTagClassName
{
color: #52130B;
}
</style>
background-color css
<style>
a { background-color: #52130B; }
a { background-color: rgb(82,19,11); }
div.DivClassName
{
background-color: #52130B;
}
.BgClassName
{
background-color: #52130B;
}
</style>
border-color css
<style>
span { border-color: #52130B; }
span { border-color: rgb(82,19,11); }
td.TdClassName
{
border-color: #52130B;
}
.TagClassName
{
border-color: #52130B;
}
</style>