Shades of Rustic Red #540B0C
Tints of Rustic Red #540B0C
RGB
CMYK
RGB Variations
Color information
#540B0C (or 0x540B0C) is known color: Rustic Red. HEX triplet: 54, 0B and 0C. RGB value is (84,11,12). Sum of RGB (Red+Green+Blue) = 84+11+12=107 (14% of max value = 765). Red value is 84 (33.20% from 255 or 78.50% from 107); Green value is 11 (4.69% from 255 or 10.28% from 107); Blue value is 12 (5.08% from 255 or 11.21% from 107); Max value from RGB is 84 - color contains mainly: red. Hex color #540B0C is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #540B0C is #ABF4F3. Grayscale: #212121. Windows color (decimal): -11269364 or 789332. OLE color: 789332.
HSL color Cylindrical-coordinate representation of color #540B0C: hue angle of 359.18º degrees, saturation: 0.77, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #540B0C is Cyan = 0, Magento = 0.87, Yellow = 0.86 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 11 | 12 | - |
| CMYK | 0 | 0.87 | 0.86 | 0.67 |
| HSL | 359.18º | 0.77% | 0.19% | - |
| HSV(B) | 359.18º | 0.87% | 0.33% | - |
| XYZ | 3.84 | 2.15 | 0.56 | - |
| YUV | 32.94 | 116.18 | 164.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 11 | 12 | 0 | 0.87 | 0.86 | 0.67 | 359.18 | 0.77 | 0.19 |
| Hex | 54 | B | C | 0 | 57 | 56 | 43 | 167 | 4D | 13 |
| Octal | 124 | 13 | 14 | 0 | 127 | 126 | 103 | 547 | 115 | 23 |
| Binary | 1010100 | 1011 | 1100 | 0 | 1010111 | 1010110 | 1000011 | 101100111 | 1001101 | 10011 |
Color Harmonies of #540B0C
Complementary color
Monochromatic Colors of #540B0C
Black with #540B0C
Text Example
Text Example
White with #540B0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #540B0C; }
p { color: rgb(84,11,12); }
H1.HeaderClassName
{
color: #540B0C;
}
.AnyTagClassName
{
color: #540B0C;
}
</style>
background-color css
<style>
a { background-color: #540B0C; }
a { background-color: rgb(84,11,12); }
div.DivClassName
{
background-color: #540B0C;
}
.BgClassName
{
background-color: #540B0C;
}
</style>
border-color css
<style>
span { border-color: #540B0C; }
span { border-color: rgb(84,11,12); }
td.TdClassName
{
border-color: #540B0C;
}
.TagClassName
{
border-color: #540B0C;
}
</style>