Shades of Red Oxide #540B04
Tints of Red Oxide #540B04
RGB
CMYK
RGB Variations
Color information
#540B04 (or 0x540B04) is known color: Red Oxide. HEX triplet: 54, 0B and 04. RGB value is (84,11,4). Sum of RGB (Red+Green+Blue) = 84+11+4=99 (13% of max value = 765). Red value is 84 (33.20% from 255 or 84.85% from 99); Green value is 11 (4.69% from 255 or 11.11% from 99); Blue value is 4 (1.95% from 255 or 4.04% from 99); Max value from RGB is 84 - color contains mainly: red. Hex color #540B04 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #540B04 is #ABF4FB. Grayscale: #202020. Windows color (decimal): -11269372 or 265044. OLE color: 265044.
HSL color Cylindrical-coordinate representation of color #540B04: hue angle of 5.25º 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 #540B04 is Cyan = 0, Magento = 0.87, Yellow = 0.95 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 11 | 4 | - |
| CMYK | 0 | 0.87 | 0.95 | 0.67 |
| HSL | 5.25º | 0.91% | 0.17% | - |
| HSV(B) | 5.25º | 0.95% | 0.33% | - |
| XYZ | 3.8 | 2.13 | 0.33 | - |
| YUV | 32.03 | 112.18 | 165.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 11 | 4 | 0 | 0.87 | 0.95 | 0.67 | 5.25 | 0.91 | 0.17 |
| Hex | 54 | B | 4 | 0 | 57 | 5F | 43 | 5 | 5B | 11 |
| Octal | 124 | 13 | 4 | 0 | 127 | 137 | 103 | 5 | 133 | 21 |
| Binary | 1010100 | 1011 | 100 | 0 | 1010111 | 1011111 | 1000011 | 101 | 1011011 | 10001 |
Color Harmonies of #540B04
Complementary color
Monochromatic Colors of #540B04
Black with #540B04
Text Example
Text Example
White with #540B04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #540B04; }
p { color: rgb(84,11,4); }
H1.HeaderClassName
{
color: #540B04;
}
.AnyTagClassName
{
color: #540B04;
}
</style>
background-color css
<style>
a { background-color: #540B04; }
a { background-color: rgb(84,11,4); }
div.DivClassName
{
background-color: #540B04;
}
.BgClassName
{
background-color: #540B04;
}
</style>
border-color css
<style>
span { border-color: #540B04; }
span { border-color: rgb(84,11,4); }
td.TdClassName
{
border-color: #540B04;
}
.TagClassName
{
border-color: #540B04;
}
</style>