Shades of Red Oxide #52100D
Tints of Red Oxide #52100D
RGB
CMYK
RGB Variations
Color information
#52100D (or 0x52100D) is known color: Red Oxide. HEX triplet: 52, 10 and 0D. RGB value is (82,16,13). Sum of RGB (Red+Green+Blue) = 82+16+13=111 (14% of max value = 765). Red value is 82 (32.42% from 255 or 73.87% from 111); Green value is 16 (6.64% from 255 or 14.41% from 111); Blue value is 13 (5.47% from 255 or 11.71% from 111); Max value from RGB is 82 - color contains mainly: red. Hex color #52100D is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #52100D is #ADEFF2. Grayscale: #232323. Windows color (decimal): -11399155 or 856146. OLE color: 856146.
HSL color Cylindrical-coordinate representation of color #52100D: hue angle of 2.61º degrees, saturation: 0.73, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #52100D is Cyan = 0, Magento = 0.80, Yellow = 0.84 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 16 | 13 | - |
| CMYK | 0 | 0.80 | 0.84 | 0.68 |
| HSL | 2.61º | 0.73% | 0.19% | - |
| HSV(B) | 2.61º | 0.84% | 0.32% | - |
| XYZ | 3.74 | 2.19 | 0.61 | - |
| YUV | 35.39 | 115.37 | 161.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 16 | 13 | 0 | 0.80 | 0.84 | 0.68 | 2.61 | 0.73 | 0.19 |
| Hex | 52 | 10 | D | 0 | 50 | 54 | 44 | 3 | 49 | 13 |
| Octal | 122 | 20 | 15 | 0 | 120 | 124 | 104 | 3 | 111 | 23 |
| Binary | 1010010 | 10000 | 1101 | 0 | 1010000 | 1010100 | 1000100 | 11 | 1001001 | 10011 |
Color Harmonies of #52100D
Complementary color
Monochromatic Colors of #52100D
Black with #52100D
Text Example
Text Example
White with #52100D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52100D; }
p { color: rgb(82,16,13); }
H1.HeaderClassName
{
color: #52100D;
}
.AnyTagClassName
{
color: #52100D;
}
</style>
background-color css
<style>
a { background-color: #52100D; }
a { background-color: rgb(82,16,13); }
div.DivClassName
{
background-color: #52100D;
}
.BgClassName
{
background-color: #52100D;
}
</style>
border-color css
<style>
span { border-color: #52100D; }
span { border-color: rgb(82,16,13); }
td.TdClassName
{
border-color: #52100D;
}
.TagClassName
{
border-color: #52100D;
}
</style>