Shades of Red Oxide #540C01
Tints of Red Oxide #540C01
RGB
CMYK
RGB Variations
Color information
#540C01 (or 0x540C01) is known color: Red Oxide. HEX triplet: 54, 0C and 01. RGB value is (84,12,1). Sum of RGB (Red+Green+Blue) = 84+12+1=97 (12% of max value = 765). Red value is 84 (33.20% from 255 or 86.60% from 97); Green value is 12 (5.08% from 255 or 12.37% from 97); Blue value is 1 (0.78% from 255 or 1.03% from 97); Max value from RGB is 84 - color contains mainly: red. Hex color #540C01 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #540C01 is #ABF3FE. Grayscale: #202020. Windows color (decimal): -11269119 or 68692. OLE color: 68692.
HSL color Cylindrical-coordinate representation of color #540C01: hue angle of 7.95º degrees, saturation: 0.98, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #540C01 is Cyan = 0, Magento = 0.86, Yellow = 0.99 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 12 | 1 | - |
| CMYK | 0 | 0.86 | 0.99 | 0.67 |
| HSL | 7.95º | 0.98% | 0.17% | - |
| HSV(B) | 7.95º | 0.99% | 0.33% | - |
| XYZ | 3.79 | 2.15 | 0.24 | - |
| YUV | 32.27 | 110.35 | 164.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 12 | 1 | 0 | 0.86 | 0.99 | 0.67 | 7.95 | 0.98 | 0.17 |
| Hex | 54 | C | 1 | 0 | 56 | 63 | 43 | 8 | 62 | 11 |
| Octal | 124 | 14 | 1 | 0 | 126 | 143 | 103 | 10 | 142 | 21 |
| Binary | 1010100 | 1100 | 1 | 0 | 1010110 | 1100011 | 1000011 | 1000 | 1100010 | 10001 |
Color Harmonies of #540C01
Complementary color
Monochromatic Colors of #540C01
Black with #540C01
Text Example
Text Example
White with #540C01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #540C01; }
p { color: rgb(84,12,1); }
H1.HeaderClassName
{
color: #540C01;
}
.AnyTagClassName
{
color: #540C01;
}
</style>
background-color css
<style>
a { background-color: #540C01; }
a { background-color: rgb(84,12,1); }
div.DivClassName
{
background-color: #540C01;
}
.BgClassName
{
background-color: #540C01;
}
</style>
border-color css
<style>
span { border-color: #540C01; }
span { border-color: rgb(84,12,1); }
td.TdClassName
{
border-color: #540C01;
}
.TagClassName
{
border-color: #540C01;
}
</style>