Shades of Rustic Red #54090C
Tints of Rustic Red #54090C
RGB
CMYK
RGB Variations
Color information
#54090C (or 0x54090C) is known color: Rustic Red. HEX triplet: 54, 09 and 0C. RGB value is (84,9,12). Sum of RGB (Red+Green+Blue) = 84+9+12=105 (13% of max value = 765). Red value is 84 (33.20% from 255 or 80% from 105); Green value is 9 (3.91% from 255 or 8.57% from 105); Blue value is 12 (5.08% from 255 or 11.43% from 105); Max value from RGB is 84 - color contains mainly: red. Hex color #54090C is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #54090C is #ABF6F3. Grayscale: #1F1F1F. Windows color (decimal): -11269876 or 788820. OLE color: 788820.
HSL color Cylindrical-coordinate representation of color #54090C: hue angle of 357.6º 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 #54090C is Cyan = 0, Magento = 0.89, Yellow = 0.86 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 9 | 12 | - |
| CMYK | 0 | 0.89 | 0.86 | 0.67 |
| HSL | 357.6º | 0.81% | 0.18% | - |
| HSV(B) | 357.6º | 0.89% | 0.33% | - |
| XYZ | 3.82 | 2.11 | 0.55 | - |
| YUV | 31.77 | 116.85 | 165.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 9 | 12 | 0 | 0.89 | 0.86 | 0.67 | 357.6 | 0.81 | 0.18 |
| Hex | 54 | 9 | C | 0 | 59 | 56 | 43 | 166 | 51 | 12 |
| Octal | 124 | 11 | 14 | 0 | 131 | 126 | 103 | 546 | 121 | 22 |
| Binary | 1010100 | 1001 | 1100 | 0 | 1011001 | 1010110 | 1000011 | 101100110 | 1010001 | 10010 |
Color Harmonies of #54090C
Complementary color
Monochromatic Colors of #54090C
Black with #54090C
Text Example
Text Example
White with #54090C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54090C; }
p { color: rgb(84,9,12); }
H1.HeaderClassName
{
color: #54090C;
}
.AnyTagClassName
{
color: #54090C;
}
</style>
background-color css
<style>
a { background-color: #54090C; }
a { background-color: rgb(84,9,12); }
div.DivClassName
{
background-color: #54090C;
}
.BgClassName
{
background-color: #54090C;
}
</style>
border-color css
<style>
span { border-color: #54090C; }
span { border-color: rgb(84,9,12); }
td.TdClassName
{
border-color: #54090C;
}
.TagClassName
{
border-color: #54090C;
}
</style>