Shades of Red Oxide #52100C
Tints of Red Oxide #52100C
RGB
CMYK
RGB Variations
Color information
#52100C (or 0x52100C) is known color: Red Oxide. HEX triplet: 52, 10 and 0C. RGB value is (82,16,12). Sum of RGB (Red+Green+Blue) = 82+16+12=110 (14% of max value = 765). Red value is 82 (32.42% from 255 or 74.55% from 110); Green value is 16 (6.64% from 255 or 14.55% from 110); Blue value is 12 (5.08% from 255 or 10.91% from 110); Max value from RGB is 82 - color contains mainly: red. Hex color #52100C is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #52100C is #ADEFF3. Grayscale: #232323. Windows color (decimal): -11399156 or 790610. OLE color: 790610.
HSL color Cylindrical-coordinate representation of color #52100C: hue angle of 3.43º 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 #52100C is Cyan = 0, Magento = 0.80, Yellow = 0.85 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 16 | 12 | - |
| CMYK | 0 | 0.80 | 0.85 | 0.68 |
| HSL | 3.43º | 0.74% | 0.18% | - |
| HSV(B) | 3.43º | 0.85% | 0.32% | - |
| XYZ | 3.73 | 2.19 | 0.57 | - |
| YUV | 35.28 | 114.87 | 161.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 16 | 12 | 0 | 0.80 | 0.85 | 0.68 | 3.43 | 0.74 | 0.18 |
| Hex | 52 | 10 | C | 0 | 50 | 55 | 44 | 3 | 4A | 12 |
| Octal | 122 | 20 | 14 | 0 | 120 | 125 | 104 | 3 | 112 | 22 |
| Binary | 1010010 | 10000 | 1100 | 0 | 1010000 | 1010101 | 1000100 | 11 | 1001010 | 10010 |
Color Harmonies of #52100C
Complementary color
Monochromatic Colors of #52100C
Black with #52100C
Text Example
Text Example
White with #52100C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52100C; }
p { color: rgb(82,16,12); }
H1.HeaderClassName
{
color: #52100C;
}
.AnyTagClassName
{
color: #52100C;
}
</style>
background-color css
<style>
a { background-color: #52100C; }
a { background-color: rgb(82,16,12); }
div.DivClassName
{
background-color: #52100C;
}
.BgClassName
{
background-color: #52100C;
}
</style>
border-color css
<style>
span { border-color: #52100C; }
span { border-color: rgb(82,16,12); }
td.TdClassName
{
border-color: #52100C;
}
.TagClassName
{
border-color: #52100C;
}
</style>