Shades of Rustic Red #54010A
Tints of Rustic Red #54010A
RGB
CMYK
RGB Variations
Color information
#54010A (or 0x54010A) is known color: Rustic Red. HEX triplet: 54, 01 and 0A. RGB value is (84,1,10). Sum of RGB (Red+Green+Blue) = 84+1+10=95 (12% of max value = 765). Red value is 84 (33.20% from 255 or 88.42% from 95); Green value is 1 (0.78% from 255 or 1.05% from 95); Blue value is 10 (4.30% from 255 or 10.53% from 95); Max value from RGB is 84 - color contains mainly: red. Hex color #54010A is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #54010A is #ABFEF5. Grayscale: #1A1A1A. Windows color (decimal): -11271926 or 655700. OLE color: 655700.
HSL color Cylindrical-coordinate representation of color #54010A: hue angle of 353.49º degrees, saturation: 0.98, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #54010A is Cyan = 0, Magento = 0.99, Yellow = 0.88 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 1 | 10 | - |
| CMYK | 0 | 0.99 | 0.88 | 0.67 |
| HSL | 353.49º | 0.98% | 0.17% | - |
| HSV(B) | 353.49º | 0.99% | 0.33% | - |
| XYZ | 3.72 | 1.93 | 0.46 | - |
| YUV | 26.84 | 118.5 | 168.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 1 | 10 | 0 | 0.99 | 0.88 | 0.67 | 353.49 | 0.98 | 0.17 |
| Hex | 54 | 1 | A | 0 | 63 | 58 | 43 | 161 | 62 | 11 |
| Octal | 124 | 1 | 12 | 0 | 143 | 130 | 103 | 541 | 142 | 21 |
| Binary | 1010100 | 1 | 1010 | 0 | 1100011 | 1011000 | 1000011 | 101100001 | 1100010 | 10001 |
Color Harmonies of #54010A
Complementary color
Monochromatic Colors of #54010A
Black with #54010A
Text Example
Text Example
White with #54010A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54010A; }
p { color: rgb(84,1,10); }
H1.HeaderClassName
{
color: #54010A;
}
.AnyTagClassName
{
color: #54010A;
}
</style>
background-color css
<style>
a { background-color: #54010A; }
a { background-color: rgb(84,1,10); }
div.DivClassName
{
background-color: #54010A;
}
.BgClassName
{
background-color: #54010A;
}
</style>
border-color css
<style>
span { border-color: #54010A; }
span { border-color: rgb(84,1,10); }
td.TdClassName
{
border-color: #54010A;
}
.TagClassName
{
border-color: #54010A;
}
</style>