Shades of Red Oxide #540C04
Tints of Red Oxide #540C04
RGB
CMYK
RGB Variations
Color information
#540C04 (or 0x540C04) is known color: Red Oxide. HEX triplet: 54, 0C and 04. RGB value is (84,12,4). Sum of RGB (Red+Green+Blue) = 84+12+4=100 (13% of max value = 765). Red value is 84 (33.20% from 255 or 84% from 100); Green value is 12 (5.08% from 255 or 12% from 100); Blue value is 4 (1.95% from 255 or 4% from 100); Max value from RGB is 84 - color contains mainly: red. Hex color #540C04 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #540C04 is #ABF3FB. Grayscale: #202020. Windows color (decimal): -11269116 or 265300. OLE color: 265300.
HSL color Cylindrical-coordinate representation of color #540C04: hue angle of 6º degrees, saturation: 0.91, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #540C04 is Cyan = 0, Magento = 0.86, Yellow = 0.95 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 12 | 4 | - |
| CMYK | 0 | 0.86 | 0.95 | 0.67 |
| HSL | 6º | 0.91% | 0.17% | - |
| HSV(B) | 6º | 0.95% | 0.33% | - |
| XYZ | 3.81 | 2.16 | 0.33 | - |
| YUV | 32.62 | 111.85 | 164.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 12 | 4 | 0 | 0.86 | 0.95 | 0.67 | 6 | 0.91 | 0.17 |
| Hex | 54 | C | 4 | 0 | 56 | 5F | 43 | 6 | 5B | 11 |
| Octal | 124 | 14 | 4 | 0 | 126 | 137 | 103 | 6 | 133 | 21 |
| Binary | 1010100 | 1100 | 100 | 0 | 1010110 | 1011111 | 1000011 | 110 | 1011011 | 10001 |
Color Harmonies of #540C04
Complementary color
Monochromatic Colors of #540C04
Black with #540C04
Text Example
Text Example
White with #540C04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #540C04; }
p { color: rgb(84,12,4); }
H1.HeaderClassName
{
color: #540C04;
}
.AnyTagClassName
{
color: #540C04;
}
</style>
background-color css
<style>
a { background-color: #540C04; }
a { background-color: rgb(84,12,4); }
div.DivClassName
{
background-color: #540C04;
}
.BgClassName
{
background-color: #540C04;
}
</style>
border-color css
<style>
span { border-color: #540C04; }
span { border-color: rgb(84,12,4); }
td.TdClassName
{
border-color: #540C04;
}
.TagClassName
{
border-color: #540C04;
}
</style>