Shades of Red Oxide #540C05
Tints of Red Oxide #540C05
RGB
CMYK
RGB Variations
Color information
#540C05 (or 0x540C05) is known color: Red Oxide. HEX triplet: 54, 0C and 05. RGB value is (84,12,5). Sum of RGB (Red+Green+Blue) = 84+12+5=101 (13% of max value = 765). Red value is 84 (33.20% from 255 or 83.17% from 101); Green value is 12 (5.08% from 255 or 11.88% from 101); Blue value is 5 (2.34% from 255 or 4.95% from 101); Max value from RGB is 84 - color contains mainly: red. Hex color #540C05 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #540C05 is #ABF3FA. Grayscale: #202020. Windows color (decimal): -11269115 or 330836. OLE color: 330836.
HSL color Cylindrical-coordinate representation of color #540C05: hue angle of 5.32º degrees, saturation: 0.89, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #540C05 is Cyan = 0, Magento = 0.86, Yellow = 0.94 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 12 | 5 | - |
| CMYK | 0 | 0.86 | 0.94 | 0.67 |
| HSL | 5.32º | 0.89% | 0.17% | - |
| HSV(B) | 5.32º | 0.94% | 0.33% | - |
| XYZ | 3.82 | 2.16 | 0.36 | - |
| YUV | 32.73 | 112.35 | 164.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 12 | 5 | 0 | 0.86 | 0.94 | 0.67 | 5.32 | 0.89 | 0.17 |
| Hex | 54 | C | 5 | 0 | 56 | 5E | 43 | 5 | 59 | 11 |
| Octal | 124 | 14 | 5 | 0 | 126 | 136 | 103 | 5 | 131 | 21 |
| Binary | 1010100 | 1100 | 101 | 0 | 1010110 | 1011110 | 1000011 | 101 | 1011001 | 10001 |
Color Harmonies of #540C05
Complementary color
Monochromatic Colors of #540C05
Black with #540C05
Text Example
Text Example
White with #540C05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #540C05; }
p { color: rgb(84,12,5); }
H1.HeaderClassName
{
color: #540C05;
}
.AnyTagClassName
{
color: #540C05;
}
</style>
background-color css
<style>
a { background-color: #540C05; }
a { background-color: rgb(84,12,5); }
div.DivClassName
{
background-color: #540C05;
}
.BgClassName
{
background-color: #540C05;
}
</style>
border-color css
<style>
span { border-color: #540C05; }
span { border-color: rgb(84,12,5); }
td.TdClassName
{
border-color: #540C05;
}
.TagClassName
{
border-color: #540C05;
}
</style>