Shades of Red Oxide #54150C
Tints of Red Oxide #54150C
RGB
CMYK
RGB Variations
Color information
#54150C (or 0x54150C) is known color: Red Oxide. HEX triplet: 54, 15 and 0C. RGB value is (84,21,12). Sum of RGB (Red+Green+Blue) = 84+21+12=117 (15% of max value = 765). Red value is 84 (33.20% from 255 or 71.79% from 117); Green value is 21 (8.59% from 255 or 17.95% from 117); Blue value is 12 (5.08% from 255 or 10.26% from 117); Max value from RGB is 84 - color contains mainly: red. Hex color #54150C is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #54150C is #ABEAF3. Grayscale: #262626. Windows color (decimal): -11266804 or 791892. OLE color: 791892.
HSL color Cylindrical-coordinate representation of color #54150C: hue angle of 7.5º 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 #54150C is Cyan = 0, Magento = 0.75, Yellow = 0.86 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 21 | 12 | - |
| CMYK | 0 | 0.75 | 0.86 | 0.67 |
| HSL | 7.5º | 0.75% | 0.19% | - |
| HSV(B) | 7.5º | 0.86% | 0.33% | - |
| XYZ | 3.99 | 2.45 | 0.61 | - |
| YUV | 38.81 | 112.87 | 160.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 21 | 12 | 0 | 0.75 | 0.86 | 0.67 | 7.5 | 0.75 | 0.19 |
| Hex | 54 | 15 | C | 0 | 4B | 56 | 43 | 8 | 4B | 13 |
| Octal | 124 | 25 | 14 | 0 | 113 | 126 | 103 | 10 | 113 | 23 |
| Binary | 1010100 | 10101 | 1100 | 0 | 1001011 | 1010110 | 1000011 | 1000 | 1001011 | 10011 |
Color Harmonies of #54150C
Complementary color
Monochromatic Colors of #54150C
Black with #54150C
Text Example
Text Example
White with #54150C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54150C; }
p { color: rgb(84,21,12); }
H1.HeaderClassName
{
color: #54150C;
}
.AnyTagClassName
{
color: #54150C;
}
</style>
background-color css
<style>
a { background-color: #54150C; }
a { background-color: rgb(84,21,12); }
div.DivClassName
{
background-color: #54150C;
}
.BgClassName
{
background-color: #54150C;
}
</style>
border-color css
<style>
span { border-color: #54150C; }
span { border-color: rgb(84,21,12); }
td.TdClassName
{
border-color: #54150C;
}
.TagClassName
{
border-color: #54150C;
}
</style>