Shades of Rustic Red #540206
Tints of Rustic Red #540206
RGB
CMYK
RGB Variations
Color information
#540206 (or 0x540206) is known color: Rustic Red. HEX triplet: 54, 02 and 06. RGB value is (84,2,6). Sum of RGB (Red+Green+Blue) = 84+2+6=92 (12% of max value = 765). Red value is 84 (33.20% from 255 or 91.30% from 92); Green value is 2 (1.17% from 255 or 2.17% from 92); Blue value is 6 (2.73% from 255 or 6.52% from 92); Max value from RGB is 84 - color contains mainly: red. Hex color #540206 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #540206 is #ABFDF9. Grayscale: #1B1B1B. Windows color (decimal): -11271674 or 393812. OLE color: 393812.
HSL color Cylindrical-coordinate representation of color #540206: hue angle of 357.07º degrees, saturation: 0.95, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #540206 is Cyan = 0, Magento = 0.98, Yellow = 0.93 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 2 | 6 | - |
| CMYK | 0 | 0.98 | 0.93 | 0.67 |
| HSL | 357.07º | 0.95% | 0.17% | - |
| HSV(B) | 357.07º | 0.98% | 0.33% | - |
| XYZ | 3.71 | 1.94 | 0.35 | - |
| YUV | 26.97 | 116.17 | 168.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 2 | 6 | 0 | 0.98 | 0.93 | 0.67 | 357.07 | 0.95 | 0.17 |
| Hex | 54 | 2 | 6 | 0 | 62 | 5D | 43 | 165 | 5F | 11 |
| Octal | 124 | 2 | 6 | 0 | 142 | 135 | 103 | 545 | 137 | 21 |
| Binary | 1010100 | 10 | 110 | 0 | 1100010 | 1011101 | 1000011 | 101100101 | 1011111 | 10001 |
Color Harmonies of #540206
Complementary color
Monochromatic Colors of #540206
Black with #540206
Text Example
Text Example
White with #540206
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #540206; }
p { color: rgb(84,2,6); }
H1.HeaderClassName
{
color: #540206;
}
.AnyTagClassName
{
color: #540206;
}
</style>
background-color css
<style>
a { background-color: #540206; }
a { background-color: rgb(84,2,6); }
div.DivClassName
{
background-color: #540206;
}
.BgClassName
{
background-color: #540206;
}
</style>
border-color css
<style>
span { border-color: #540206; }
span { border-color: rgb(84,2,6); }
td.TdClassName
{
border-color: #540206;
}
.TagClassName
{
border-color: #540206;
}
</style>