Shades of Rustic Red #540B0D
Tints of Rustic Red #540B0D
RGB
CMYK
RGB Variations
Color information
#540B0D (or 0x540B0D) is known color: Rustic Red. HEX triplet: 54, 0B and 0D. RGB value is (84,11,13). Sum of RGB (Red+Green+Blue) = 84+11+13=108 (14% of max value = 765). Red value is 84 (33.20% from 255 or 77.78% from 108); Green value is 11 (4.69% from 255 or 10.19% from 108); Blue value is 13 (5.47% from 255 or 12.04% from 108); Max value from RGB is 84 - color contains mainly: red. Hex color #540B0D is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #540B0D is #ABF4F2. Grayscale: #212121. Windows color (decimal): -11269363 or 854868. OLE color: 854868.
HSL color Cylindrical-coordinate representation of color #540B0D: hue angle of 358.36º 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 #540B0D is Cyan = 0, Magento = 0.87, Yellow = 0.85 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 11 | 13 | - |
| CMYK | 0 | 0.87 | 0.85 | 0.67 |
| HSL | 358.36º | 0.77% | 0.19% | - |
| HSV(B) | 358.36º | 0.87% | 0.33% | - |
| XYZ | 3.85 | 2.15 | 0.59 | - |
| YUV | 33.06 | 116.68 | 164.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 11 | 13 | 0 | 0.87 | 0.85 | 0.67 | 358.36 | 0.77 | 0.19 |
| Hex | 54 | B | D | 0 | 57 | 55 | 43 | 166 | 4D | 13 |
| Octal | 124 | 13 | 15 | 0 | 127 | 125 | 103 | 546 | 115 | 23 |
| Binary | 1010100 | 1011 | 1101 | 0 | 1010111 | 1010101 | 1000011 | 101100110 | 1001101 | 10011 |
Color Harmonies of #540B0D
Complementary color
Monochromatic Colors of #540B0D
Black with #540B0D
Text Example
Text Example
White with #540B0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #540B0D; }
p { color: rgb(84,11,13); }
H1.HeaderClassName
{
color: #540B0D;
}
.AnyTagClassName
{
color: #540B0D;
}
</style>
background-color css
<style>
a { background-color: #540B0D; }
a { background-color: rgb(84,11,13); }
div.DivClassName
{
background-color: #540B0D;
}
.BgClassName
{
background-color: #540B0D;
}
</style>
border-color css
<style>
span { border-color: #540B0D; }
span { border-color: rgb(84,11,13); }
td.TdClassName
{
border-color: #540B0D;
}
.TagClassName
{
border-color: #540B0D;
}
</style>