Shades of Red Oxide #54120D
Tints of Red Oxide #54120D
RGB
CMYK
RGB Variations
Color information
#54120D (or 0x54120D) is known color: Red Oxide. HEX triplet: 54, 12 and 0D. RGB value is (84,18,13). Sum of RGB (Red+Green+Blue) = 84+18+13=115 (15% of max value = 765). Red value is 84 (33.20% from 255 or 73.04% from 115); Green value is 18 (7.42% from 255 or 15.65% from 115); Blue value is 13 (5.47% from 255 or 11.30% from 115); Max value from RGB is 84 - color contains mainly: red. Hex color #54120D is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #54120D is #ABEDF2. Grayscale: #252525. Windows color (decimal): -11267571 or 856660. OLE color: 856660.
HSL color Cylindrical-coordinate representation of color #54120D: hue angle of 4.23º degrees, saturation: 0.73, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #54120D is Cyan = 0, Magento = 0.79, Yellow = 0.85 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 18 | 13 | - |
| CMYK | 0 | 0.79 | 0.85 | 0.67 |
| HSL | 4.23º | 0.73% | 0.19% | - |
| HSV(B) | 4.23º | 0.85% | 0.33% | - |
| XYZ | 3.95 | 2.35 | 0.63 | - |
| YUV | 37.16 | 114.37 | 161.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 18 | 13 | 0 | 0.79 | 0.85 | 0.67 | 4.23 | 0.73 | 0.19 |
| Hex | 54 | 12 | D | 0 | 4F | 55 | 43 | 4 | 49 | 13 |
| Octal | 124 | 22 | 15 | 0 | 117 | 125 | 103 | 4 | 111 | 23 |
| Binary | 1010100 | 10010 | 1101 | 0 | 1001111 | 1010101 | 1000011 | 100 | 1001001 | 10011 |
Color Harmonies of #54120D
Complementary color
Monochromatic Colors of #54120D
Black with #54120D
Text Example
Text Example
White with #54120D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54120D; }
p { color: rgb(84,18,13); }
H1.HeaderClassName
{
color: #54120D;
}
.AnyTagClassName
{
color: #54120D;
}
</style>
background-color css
<style>
a { background-color: #54120D; }
a { background-color: rgb(84,18,13); }
div.DivClassName
{
background-color: #54120D;
}
.BgClassName
{
background-color: #54120D;
}
</style>
border-color css
<style>
span { border-color: #54120D; }
span { border-color: rgb(84,18,13); }
td.TdClassName
{
border-color: #54120D;
}
.TagClassName
{
border-color: #54120D;
}
</style>