Shades of Rustic Red #54070A
Tints of Rustic Red #54070A
RGB
CMYK
RGB Variations
Color information
#54070A (or 0x54070A) is known color: Rustic Red. HEX triplet: 54, 07 and 0A. RGB value is (84,7,10). Sum of RGB (Red+Green+Blue) = 84+7+10=101 (13% of max value = 765). Red value is 84 (33.20% from 255 or 83.17% from 101); Green value is 7 (3.12% from 255 or 6.93% from 101); Blue value is 10 (4.30% from 255 or 9.90% from 101); Max value from RGB is 84 - color contains mainly: red. Hex color #54070A is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #54070A is #ABF8F5. Grayscale: #1E1E1E. Windows color (decimal): -11270390 or 657236. OLE color: 657236.
HSL color Cylindrical-coordinate representation of color #54070A: hue angle of 357.66º degrees, saturation: 0.85, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #54070A is Cyan = 0, Magento = 0.92, Yellow = 0.88 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 7 | 10 | - |
| CMYK | 0 | 0.92 | 0.88 | 0.67 |
| HSL | 357.66º | 0.85% | 0.18% | - |
| HSV(B) | 357.66º | 0.92% | 0.33% | - |
| XYZ | 3.79 | 2.06 | 0.48 | - |
| YUV | 30.37 | 116.51 | 166.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 7 | 10 | 0 | 0.92 | 0.88 | 0.67 | 357.66 | 0.85 | 0.18 |
| Hex | 54 | 7 | A | 0 | 5C | 58 | 43 | 166 | 55 | 12 |
| Octal | 124 | 7 | 12 | 0 | 134 | 130 | 103 | 546 | 125 | 22 |
| Binary | 1010100 | 111 | 1010 | 0 | 1011100 | 1011000 | 1000011 | 101100110 | 1010101 | 10010 |
Color Harmonies of #54070A
Complementary color
Monochromatic Colors of #54070A
Black with #54070A
Text Example
Text Example
White with #54070A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54070A; }
p { color: rgb(84,7,10); }
H1.HeaderClassName
{
color: #54070A;
}
.AnyTagClassName
{
color: #54070A;
}
</style>
background-color css
<style>
a { background-color: #54070A; }
a { background-color: rgb(84,7,10); }
div.DivClassName
{
background-color: #54070A;
}
.BgClassName
{
background-color: #54070A;
}
</style>
border-color css
<style>
span { border-color: #54070A; }
span { border-color: rgb(84,7,10); }
td.TdClassName
{
border-color: #54070A;
}
.TagClassName
{
border-color: #54070A;
}
</style>