Shades of Rustic Red #54090B
Tints of Rustic Red #54090B
RGB
CMYK
RGB Variations
Color information
#54090B (or 0x54090B) is known color: Rustic Red. HEX triplet: 54, 09 and 0B. RGB value is (84,9,11). Sum of RGB (Red+Green+Blue) = 84+9+11=104 (13% of max value = 765). Red value is 84 (33.20% from 255 or 80.77% from 104); Green value is 9 (3.91% from 255 or 8.65% from 104); Blue value is 11 (4.69% from 255 or 10.58% from 104); Max value from RGB is 84 - color contains mainly: red. Hex color #54090B is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #54090B is #ABF6F4. Grayscale: #1F1F1F. Windows color (decimal): -11269877 or 723284. OLE color: 723284.
HSL color Cylindrical-coordinate representation of color #54090B: hue angle of 358.4º degrees, saturation: 0.81, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #54090B is Cyan = 0, Magento = 0.89, Yellow = 0.87 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 9 | 11 | - |
| CMYK | 0 | 0.89 | 0.87 | 0.67 |
| HSL | 358.4º | 0.81% | 0.18% | - |
| HSV(B) | 358.4º | 0.89% | 0.33% | - |
| XYZ | 3.81 | 2.1 | 0.52 | - |
| YUV | 31.65 | 116.35 | 165.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 9 | 11 | 0 | 0.89 | 0.87 | 0.67 | 358.4 | 0.81 | 0.18 |
| Hex | 54 | 9 | B | 0 | 59 | 57 | 43 | 166 | 51 | 12 |
| Octal | 124 | 11 | 13 | 0 | 131 | 127 | 103 | 546 | 121 | 22 |
| Binary | 1010100 | 1001 | 1011 | 0 | 1011001 | 1010111 | 1000011 | 101100110 | 1010001 | 10010 |
Color Harmonies of #54090B
Complementary color
Monochromatic Colors of #54090B
Black with #54090B
Text Example
Text Example
White with #54090B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54090B; }
p { color: rgb(84,9,11); }
H1.HeaderClassName
{
color: #54090B;
}
.AnyTagClassName
{
color: #54090B;
}
</style>
background-color css
<style>
a { background-color: #54090B; }
a { background-color: rgb(84,9,11); }
div.DivClassName
{
background-color: #54090B;
}
.BgClassName
{
background-color: #54090B;
}
</style>
border-color css
<style>
span { border-color: #54090B; }
span { border-color: rgb(84,9,11); }
td.TdClassName
{
border-color: #54090B;
}
.TagClassName
{
border-color: #54090B;
}
</style>