Shades of Rustic Red #54050B
Tints of Rustic Red #54050B
RGB
CMYK
RGB Variations
Color information
#54050B (or 0x54050B) is known color: Rustic Red. HEX triplet: 54, 05 and 0B. RGB value is (84,5,11). Sum of RGB (Red+Green+Blue) = 84+5+11=100 (13% of max value = 765). Red value is 84 (33.20% from 255 or 84% from 100); Green value is 5 (2.34% from 255 or 5% from 100); Blue value is 11 (4.69% from 255 or 11% from 100); Max value from RGB is 84 - color contains mainly: red. Hex color #54050B is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #54050B is #ABFAF4. Grayscale: #1D1D1D. Windows color (decimal): -11270901 or 722260. OLE color: 722260.
HSL color Cylindrical-coordinate representation of color #54050B: hue angle of 355.44º degrees, saturation: 0.89, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #54050B is Cyan = 0, Magento = 0.94, Yellow = 0.87 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 5 | 11 | - |
| CMYK | 0 | 0.94 | 0.87 | 0.67 |
| HSL | 355.44º | 0.89% | 0.17% | - |
| HSV(B) | 355.44º | 0.94% | 0.33% | - |
| XYZ | 3.77 | 2.02 | 0.51 | - |
| YUV | 29.31 | 117.67 | 167.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 5 | 11 | 0 | 0.94 | 0.87 | 0.67 | 355.44 | 0.89 | 0.17 |
| Hex | 54 | 5 | B | 0 | 5E | 57 | 43 | 163 | 59 | 11 |
| Octal | 124 | 5 | 13 | 0 | 136 | 127 | 103 | 543 | 131 | 21 |
| Binary | 1010100 | 101 | 1011 | 0 | 1011110 | 1010111 | 1000011 | 101100011 | 1011001 | 10001 |
Color Harmonies of #54050B
Complementary color
Monochromatic Colors of #54050B
Black with #54050B
Text Example
Text Example
White with #54050B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54050B; }
p { color: rgb(84,5,11); }
H1.HeaderClassName
{
color: #54050B;
}
.AnyTagClassName
{
color: #54050B;
}
</style>
background-color css
<style>
a { background-color: #54050B; }
a { background-color: rgb(84,5,11); }
div.DivClassName
{
background-color: #54050B;
}
.BgClassName
{
background-color: #54050B;
}
</style>
border-color css
<style>
span { border-color: #54050B; }
span { border-color: rgb(84,5,11); }
td.TdClassName
{
border-color: #54050B;
}
.TagClassName
{
border-color: #54050B;
}
</style>