Shades of Rustic Red #540506
Tints of Rustic Red #540506
RGB
CMYK
RGB Variations
Color information
#540506 (or 0x540506) is known color: Rustic Red. HEX triplet: 54, 05 and 06. RGB value is (84,5,6). Sum of RGB (Red+Green+Blue) = 84+5+6=95 (12% of max value = 765). Red value is 84 (33.20% from 255 or 88.42% from 95); Green value is 5 (2.34% from 255 or 5.26% from 95); Blue value is 6 (2.73% from 255 or 6.32% from 95); Max value from RGB is 84 - color contains mainly: red. Hex color #540506 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #540506 is #ABFAF9. Grayscale: #1C1C1C. Windows color (decimal): -11270906 or 394580. OLE color: 394580.
HSL color Cylindrical-coordinate representation of color #540506: hue angle of 359.24º 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 #540506 is Cyan = 0, Magento = 0.94, Yellow = 0.93 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 5 | 6 | - |
| CMYK | 0 | 0.94 | 0.93 | 0.67 |
| HSL | 359.24º | 0.89% | 0.17% | - |
| HSV(B) | 359.24º | 0.94% | 0.33% | - |
| XYZ | 3.74 | 2.01 | 0.36 | - |
| YUV | 28.74 | 115.17 | 167.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 5 | 6 | 0 | 0.94 | 0.93 | 0.67 | 359.24 | 0.89 | 0.17 |
| Hex | 54 | 5 | 6 | 0 | 5E | 5D | 43 | 167 | 59 | 11 |
| Octal | 124 | 5 | 6 | 0 | 136 | 135 | 103 | 547 | 131 | 21 |
| Binary | 1010100 | 101 | 110 | 0 | 1011110 | 1011101 | 1000011 | 101100111 | 1011001 | 10001 |
Color Harmonies of #540506
Complementary color
Monochromatic Colors of #540506
Black with #540506
Text Example
Text Example
White with #540506
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #540506; }
p { color: rgb(84,5,6); }
H1.HeaderClassName
{
color: #540506;
}
.AnyTagClassName
{
color: #540506;
}
</style>
background-color css
<style>
a { background-color: #540506; }
a { background-color: rgb(84,5,6); }
div.DivClassName
{
background-color: #540506;
}
.BgClassName
{
background-color: #540506;
}
</style>
border-color css
<style>
span { border-color: #540506; }
span { border-color: rgb(84,5,6); }
td.TdClassName
{
border-color: #540506;
}
.TagClassName
{
border-color: #540506;
}
</style>