Shades of Rustic Red #54080C
Tints of Rustic Red #54080C
RGB
CMYK
RGB Variations
Color information
#54080C (or 0x54080C) is known color: Rustic Red. HEX triplet: 54, 08 and 0C. RGB value is (84,8,12). Sum of RGB (Red+Green+Blue) = 84+8+12=104 (13% of max value = 765). Red value is 84 (33.20% from 255 or 80.77% from 104); Green value is 8 (3.52% from 255 or 7.69% from 104); Blue value is 12 (5.08% from 255 or 11.54% from 104); Max value from RGB is 84 - color contains mainly: red. Hex color #54080C is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #54080C is #ABF7F3. Grayscale: #1F1F1F. Windows color (decimal): -11270132 or 788564. OLE color: 788564.
HSL color Cylindrical-coordinate representation of color #54080C: hue angle of 356.84º 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 #54080C is Cyan = 0, Magento = 0.90, Yellow = 0.86 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 8 | 12 | - |
| CMYK | 0 | 0.90 | 0.86 | 0.67 |
| HSL | 356.84º | 0.83% | 0.18% | - |
| HSV(B) | 356.84º | 0.9% | 0.33% | - |
| XYZ | 3.81 | 2.09 | 0.55 | - |
| YUV | 31.18 | 117.18 | 165.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 8 | 12 | 0 | 0.90 | 0.86 | 0.67 | 356.84 | 0.83 | 0.18 |
| Hex | 54 | 8 | C | 0 | 5A | 56 | 43 | 165 | 53 | 12 |
| Octal | 124 | 10 | 14 | 0 | 132 | 126 | 103 | 545 | 123 | 22 |
| Binary | 1010100 | 1000 | 1100 | 0 | 1011010 | 1010110 | 1000011 | 101100101 | 1010011 | 10010 |
Color Harmonies of #54080C
Complementary color
Monochromatic Colors of #54080C
Black with #54080C
Text Example
Text Example
White with #54080C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54080C; }
p { color: rgb(84,8,12); }
H1.HeaderClassName
{
color: #54080C;
}
.AnyTagClassName
{
color: #54080C;
}
</style>
background-color css
<style>
a { background-color: #54080C; }
a { background-color: rgb(84,8,12); }
div.DivClassName
{
background-color: #54080C;
}
.BgClassName
{
background-color: #54080C;
}
</style>
border-color css
<style>
span { border-color: #54080C; }
span { border-color: rgb(84,8,12); }
td.TdClassName
{
border-color: #54080C;
}
.TagClassName
{
border-color: #54080C;
}
</style>