Shades of Rustic Red #54080B
Tints of Rustic Red #54080B
RGB
CMYK
RGB Variations
Color information
#54080B (or 0x54080B) is known color: Rustic Red. HEX triplet: 54, 08 and 0B. RGB value is (84,8,11). Sum of RGB (Red+Green+Blue) = 84+8+11=103 (13% of max value = 765). Red value is 84 (33.20% from 255 or 81.55% from 103); Green value is 8 (3.52% from 255 or 7.77% from 103); Blue value is 11 (4.69% from 255 or 10.68% from 103); Max value from RGB is 84 - color contains mainly: red. Hex color #54080B is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #54080B is #ABF7F4. Grayscale: #1F1F1F. Windows color (decimal): -11270133 or 723028. OLE color: 723028.
HSL color Cylindrical-coordinate representation of color #54080B: hue angle of 357.63º degrees, saturation: 0.83, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #54080B is Cyan = 0, Magento = 0.90, Yellow = 0.87 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 8 | 11 | - |
| CMYK | 0 | 0.90 | 0.87 | 0.67 |
| HSL | 357.63º | 0.83% | 0.18% | - |
| HSV(B) | 357.63º | 0.9% | 0.33% | - |
| XYZ | 3.8 | 2.08 | 0.52 | - |
| YUV | 31.07 | 116.68 | 165.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 8 | 11 | 0 | 0.90 | 0.87 | 0.67 | 357.63 | 0.83 | 0.18 |
| Hex | 54 | 8 | B | 0 | 5A | 57 | 43 | 166 | 53 | 12 |
| Octal | 124 | 10 | 13 | 0 | 132 | 127 | 103 | 546 | 123 | 22 |
| Binary | 1010100 | 1000 | 1011 | 0 | 1011010 | 1010111 | 1000011 | 101100110 | 1010011 | 10010 |
Color Harmonies of #54080B
Complementary color
Monochromatic Colors of #54080B
Black with #54080B
Text Example
Text Example
White with #54080B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54080B; }
p { color: rgb(84,8,11); }
H1.HeaderClassName
{
color: #54080B;
}
.AnyTagClassName
{
color: #54080B;
}
</style>
background-color css
<style>
a { background-color: #54080B; }
a { background-color: rgb(84,8,11); }
div.DivClassName
{
background-color: #54080B;
}
.BgClassName
{
background-color: #54080B;
}
</style>
border-color css
<style>
span { border-color: #54080B; }
span { border-color: rgb(84,8,11); }
td.TdClassName
{
border-color: #54080B;
}
.TagClassName
{
border-color: #54080B;
}
</style>