Shades of Red Oxide #53150C
Tints of Red Oxide #53150C
RGB
CMYK
RGB Variations
Color information
#53150C (or 0x53150C) is known color: Red Oxide. HEX triplet: 53, 15 and 0C. RGB value is (83,21,12). Sum of RGB (Red+Green+Blue) = 83+21+12=116 (15% of max value = 765). Red value is 83 (32.81% from 255 or 71.55% from 116); Green value is 21 (8.59% from 255 or 18.10% from 116); Blue value is 12 (5.08% from 255 or 10.34% from 116); Max value from RGB is 83 - color contains mainly: red. Hex color #53150C is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #53150C is #ACEAF3. Grayscale: #262626. Windows color (decimal): -11332340 or 791891. OLE color: 791891.
HSL color Cylindrical-coordinate representation of color #53150C: hue angle of 7.61º degrees, saturation: 0.75, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #53150C is Cyan = 0, Magento = 0.75, Yellow = 0.86 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 21 | 12 | - |
| CMYK | 0 | 0.75 | 0.86 | 0.67 |
| HSL | 7.61º | 0.75% | 0.19% | - |
| HSV(B) | 7.61º | 0.86% | 0.33% | - |
| XYZ | 3.9 | 2.4 | 0.61 | - |
| YUV | 38.51 | 113.04 | 159.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 21 | 12 | 0 | 0.75 | 0.86 | 0.67 | 7.61 | 0.75 | 0.19 |
| Hex | 53 | 15 | C | 0 | 4B | 56 | 43 | 8 | 4B | 13 |
| Octal | 123 | 25 | 14 | 0 | 113 | 126 | 103 | 10 | 113 | 23 |
| Binary | 1010011 | 10101 | 1100 | 0 | 1001011 | 1010110 | 1000011 | 1000 | 1001011 | 10011 |
Color Harmonies of #53150C
Complementary color
Monochromatic Colors of #53150C
Black with #53150C
Text Example
Text Example
White with #53150C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53150C; }
p { color: rgb(83,21,12); }
H1.HeaderClassName
{
color: #53150C;
}
.AnyTagClassName
{
color: #53150C;
}
</style>
background-color css
<style>
a { background-color: #53150C; }
a { background-color: rgb(83,21,12); }
div.DivClassName
{
background-color: #53150C;
}
.BgClassName
{
background-color: #53150C;
}
</style>
border-color css
<style>
span { border-color: #53150C; }
span { border-color: rgb(83,21,12); }
td.TdClassName
{
border-color: #53150C;
}
.TagClassName
{
border-color: #53150C;
}
</style>