Shades of Red Oxide #53110A
Tints of Red Oxide #53110A
RGB
CMYK
RGB Variations
Color information
#53110A (or 0x53110A) is known color: Red Oxide. HEX triplet: 53, 11 and 0A. RGB value is (83,17,10). Sum of RGB (Red+Green+Blue) = 83+17+10=110 (14% of max value = 765). Red value is 83 (32.81% from 255 or 75.45% from 110); Green value is 17 (7.03% from 255 or 15.45% from 110); Blue value is 10 (4.30% from 255 or 9.09% from 110); Max value from RGB is 83 - color contains mainly: red. Hex color #53110A is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #53110A is #ACEEF5. Grayscale: #242424. Windows color (decimal): -11333366 or 659795. OLE color: 659795.
HSL color Cylindrical-coordinate representation of color #53110A: hue angle of 5.75º degrees, saturation: 0.78, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #53110A is Cyan = 0, Magento = 0.80, Yellow = 0.88 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 17 | 10 | - |
| CMYK | 0 | 0.80 | 0.88 | 0.67 |
| HSL | 5.75º | 0.78% | 0.18% | - |
| HSV(B) | 5.75º | 0.88% | 0.33% | - |
| XYZ | 3.82 | 2.26 | 0.52 | - |
| YUV | 35.94 | 113.37 | 161.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 17 | 10 | 0 | 0.80 | 0.88 | 0.67 | 5.75 | 0.78 | 0.18 |
| Hex | 53 | 11 | A | 0 | 50 | 58 | 43 | 6 | 4E | 12 |
| Octal | 123 | 21 | 12 | 0 | 120 | 130 | 103 | 6 | 116 | 22 |
| Binary | 1010011 | 10001 | 1010 | 0 | 1010000 | 1011000 | 1000011 | 110 | 1001110 | 10010 |
Color Harmonies of #53110A
Complementary color
Monochromatic Colors of #53110A
Black with #53110A
Text Example
Text Example
White with #53110A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53110A; }
p { color: rgb(83,17,10); }
H1.HeaderClassName
{
color: #53110A;
}
.AnyTagClassName
{
color: #53110A;
}
</style>
background-color css
<style>
a { background-color: #53110A; }
a { background-color: rgb(83,17,10); }
div.DivClassName
{
background-color: #53110A;
}
.BgClassName
{
background-color: #53110A;
}
</style>
border-color css
<style>
span { border-color: #53110A; }
span { border-color: rgb(83,17,10); }
td.TdClassName
{
border-color: #53110A;
}
.TagClassName
{
border-color: #53110A;
}
</style>