Shades of Rustic Red #540009
Tints of Rustic Red #540009
RGB
CMYK
RGB Variations
Color information
#540009 (or 0x540009) is known color: Rustic Red. HEX triplet: 54, 00 and 09. RGB value is (84,0,9). Sum of RGB (Red+Green+Blue) = 84+0+9=93 (12% of max value = 765). Red value is 84 (33.20% from 255 or 90.32% from 93); Green value is 0 (0.39% from 255 or 0% from 93); Blue value is 9 (3.91% from 255 or 9.68% from 93); Max value from RGB is 84 - color contains mainly: red. Hex color #540009 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #540009 is #ABFFF6. Grayscale: #1A1A1A. Windows color (decimal): -11272183 or 589908. OLE color: 589908.
HSL color Cylindrical-coordinate representation of color #540009: hue angle of 353.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 #540009 is Cyan = 0, Magento = 1, Yellow = 0.89 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 0 | 9 | - |
| CMYK | 0 | 1 | 0.89 | 0.67 |
| HSL | 353.57º | 1% | 0.16% | - |
| HSV(B) | 353.57º | 1% | 0.33% | - |
| XYZ | 3.71 | 1.9 | 0.43 | - |
| YUV | 26.14 | 118.33 | 169.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 0 | 9 | 0 | 1 | 0.89 | 0.67 | 353.57 | 1 | 0.16 |
| Hex | 54 | 0 | 9 | 0 | 64 | 59 | 43 | 162 | 64 | 10 |
| Octal | 124 | 0 | 11 | 0 | 144 | 131 | 103 | 542 | 144 | 20 |
| Binary | 1010100 | 0 | 1001 | 0 | 1100100 | 1011001 | 1000011 | 101100010 | 1100100 | 10000 |
Color Harmonies of #540009
Complementary color
Monochromatic Colors of #540009
Black with #540009
Text Example
Text Example
White with #540009
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #540009; }
p { color: rgb(84,0,9); }
H1.HeaderClassName
{
color: #540009;
}
.AnyTagClassName
{
color: #540009;
}
</style>
background-color css
<style>
a { background-color: #540009; }
a { background-color: rgb(84,0,9); }
div.DivClassName
{
background-color: #540009;
}
.BgClassName
{
background-color: #540009;
}
</style>
border-color css
<style>
span { border-color: #540009; }
span { border-color: rgb(84,0,9); }
td.TdClassName
{
border-color: #540009;
}
.TagClassName
{
border-color: #540009;
}
</style>