Shades of Red Oxide #540C00
Tints of Red Oxide #540C00
RGB
CMYK
RGB Variations
Color information
#540C00 (or 0x540C00) is known color: Red Oxide. HEX triplet: 54, 0C and 00. RGB value is (84,12,0). Sum of RGB (Red+Green+Blue) = 84+12+0=96 (12% of max value = 765). Red value is 84 (33.20% from 255 or 87.5% from 96); Green value is 12 (5.08% from 255 or 12.5% from 96); Blue value is 0 (0.39% from 255 or 0% from 96); Max value from RGB is 84 - color contains mainly: red. Hex color #540C00 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #540C00 is #ABF3FF. Grayscale: #202020. Windows color (decimal): -11269120 or 3156. OLE color: 3156.
HSL color Cylindrical-coordinate representation of color #540C00: hue angle of 8.57º degrees, saturation: 1, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 1%. Process color model (Four color, CMYK) of #540C00 is Cyan = 0, Magento = 0.86, Yellow = 1 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 12 | 0 | - |
| CMYK | 0 | 0.86 | 1 | 0.67 |
| HSL | 8.57º | 1% | 0.16% | - |
| HSV(B) | 8.57º | 1% | 0.33% | - |
| XYZ | 3.79 | 2.15 | 0.21 | - |
| YUV | 32.16 | 109.85 | 164.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 12 | 0 | 0 | 0.86 | 1 | 0.67 | 8.57 | 1 | 0.16 |
| Hex | 54 | C | 0 | 0 | 56 | 64 | 43 | 9 | 64 | 10 |
| Octal | 124 | 14 | 0 | 0 | 126 | 144 | 103 | 11 | 144 | 20 |
| Binary | 1010100 | 1100 | 0 | 0 | 1010110 | 1100100 | 1000011 | 1001 | 1100100 | 10000 |
Color Harmonies of #540C00
Complementary color
Monochromatic Colors of #540C00
Black with #540C00
Text Example
Text Example
White with #540C00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #540C00; }
p { color: rgb(84,12,0); }
H1.HeaderClassName
{
color: #540C00;
}
.AnyTagClassName
{
color: #540C00;
}
</style>
background-color css
<style>
a { background-color: #540C00; }
a { background-color: rgb(84,12,0); }
div.DivClassName
{
background-color: #540C00;
}
.BgClassName
{
background-color: #540C00;
}
</style>
border-color css
<style>
span { border-color: #540C00; }
span { border-color: rgb(84,12,0); }
td.TdClassName
{
border-color: #540C00;
}
.TagClassName
{
border-color: #540C00;
}
</style>