Shades of Rustic Red #540106
Tints of Rustic Red #540106
RGB
CMYK
RGB Variations
Color information
#540106 (or 0x540106) is known color: Rustic Red. HEX triplet: 54, 01 and 06. RGB value is (84,1,6). Sum of RGB (Red+Green+Blue) = 84+1+6=91 (12% of max value = 765). Red value is 84 (33.20% from 255 or 92.31% from 91); Green value is 1 (0.78% from 255 or 1.10% from 91); Blue value is 6 (2.73% from 255 or 6.59% from 91); Max value from RGB is 84 - color contains mainly: red. Hex color #540106 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #540106 is #ABFEF9. Grayscale: #1A1A1A. Windows color (decimal): -11271930 or 393556. OLE color: 393556.
HSL color Cylindrical-coordinate representation of color #540106: hue angle of 356.39º 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 #540106 is Cyan = 0, Magento = 0.99, Yellow = 0.93 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 1 | 6 | - |
| CMYK | 0 | 0.99 | 0.93 | 0.67 |
| HSL | 356.39º | 0.98% | 0.17% | - |
| HSV(B) | 356.39º | 0.99% | 0.33% | - |
| XYZ | 3.7 | 1.92 | 0.35 | - |
| YUV | 26.39 | 116.5 | 169.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 1 | 6 | 0 | 0.99 | 0.93 | 0.67 | 356.39 | 0.98 | 0.17 |
| Hex | 54 | 1 | 6 | 0 | 63 | 5D | 43 | 164 | 62 | 11 |
| Octal | 124 | 1 | 6 | 0 | 143 | 135 | 103 | 544 | 142 | 21 |
| Binary | 1010100 | 1 | 110 | 0 | 1100011 | 1011101 | 1000011 | 101100100 | 1100010 | 10001 |
Color Harmonies of #540106
Complementary color
Monochromatic Colors of #540106
Black with #540106
Text Example
Text Example
White with #540106
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #540106; }
p { color: rgb(84,1,6); }
H1.HeaderClassName
{
color: #540106;
}
.AnyTagClassName
{
color: #540106;
}
</style>
background-color css
<style>
a { background-color: #540106; }
a { background-color: rgb(84,1,6); }
div.DivClassName
{
background-color: #540106;
}
.BgClassName
{
background-color: #540106;
}
</style>
border-color css
<style>
span { border-color: #540106; }
span { border-color: rgb(84,1,6); }
td.TdClassName
{
border-color: #540106;
}
.TagClassName
{
border-color: #540106;
}
</style>