Shades of Red Oxide #53140A
Tints of Red Oxide #53140A
RGB
CMYK
RGB Variations
Color information
#53140A (or 0x53140A) is known color: Red Oxide. HEX triplet: 53, 14 and 0A. RGB value is (83,20,10). Sum of RGB (Red+Green+Blue) = 83+20+10=113 (14% of max value = 765). Red value is 83 (32.81% from 255 or 73.45% from 113); Green value is 20 (8.20% from 255 or 17.70% from 113); Blue value is 10 (4.30% from 255 or 8.85% from 113); Max value from RGB is 83 - color contains mainly: red. Hex color #53140A is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #53140A is #ACEBF5. Grayscale: #252525. Windows color (decimal): -11332598 or 660563. OLE color: 660563.
HSL color Cylindrical-coordinate representation of color #53140A: hue angle of 8.22º 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 #53140A is Cyan = 0, Magento = 0.76, Yellow = 0.88 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 20 | 10 | - |
| CMYK | 0 | 0.76 | 0.88 | 0.67 |
| HSL | 8.22º | 0.78% | 0.18% | - |
| HSV(B) | 8.22º | 0.88% | 0.33% | - |
| XYZ | 3.87 | 2.36 | 0.54 | - |
| YUV | 37.7 | 112.37 | 160.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 20 | 10 | 0 | 0.76 | 0.88 | 0.67 | 8.22 | 0.78 | 0.18 |
| Hex | 53 | 14 | A | 0 | 4C | 58 | 43 | 8 | 4E | 12 |
| Octal | 123 | 24 | 12 | 0 | 114 | 130 | 103 | 10 | 116 | 22 |
| Binary | 1010011 | 10100 | 1010 | 0 | 1001100 | 1011000 | 1000011 | 1000 | 1001110 | 10010 |
Color Harmonies of #53140A
Complementary color
Monochromatic Colors of #53140A
Black with #53140A
Text Example
Text Example
White with #53140A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53140A; }
p { color: rgb(83,20,10); }
H1.HeaderClassName
{
color: #53140A;
}
.AnyTagClassName
{
color: #53140A;
}
</style>
background-color css
<style>
a { background-color: #53140A; }
a { background-color: rgb(83,20,10); }
div.DivClassName
{
background-color: #53140A;
}
.BgClassName
{
background-color: #53140A;
}
</style>
border-color css
<style>
span { border-color: #53140A; }
span { border-color: rgb(83,20,10); }
td.TdClassName
{
border-color: #53140A;
}
.TagClassName
{
border-color: #53140A;
}
</style>