Shades of Rustic Red #54040B
Tints of Rustic Red #54040B
RGB
CMYK
RGB Variations
Color information
#54040B (or 0x54040B) is known color: Rustic Red. HEX triplet: 54, 04 and 0B. RGB value is (84,4,11). Sum of RGB (Red+Green+Blue) = 84+4+11=99 (13% of max value = 765). Red value is 84 (33.20% from 255 or 84.85% from 99); Green value is 4 (1.95% from 255 or 4.04% from 99); Blue value is 11 (4.69% from 255 or 11.11% from 99); Max value from RGB is 84 - color contains mainly: red. Hex color #54040B is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #54040B is #ABFBF4. Grayscale: #1C1C1C. Windows color (decimal): -11271157 or 722004. OLE color: 722004.
HSL color Cylindrical-coordinate representation of color #54040B: hue angle of 354.75º degrees, saturation: 0.91, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #54040B is Cyan = 0, Magento = 0.95, Yellow = 0.87 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 4 | 11 | - |
| CMYK | 0 | 0.95 | 0.87 | 0.67 |
| HSL | 354.75º | 0.91% | 0.17% | - |
| HSV(B) | 354.75º | 0.95% | 0.33% | - |
| XYZ | 3.76 | 2 | 0.5 | - |
| YUV | 28.72 | 118 | 167.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 4 | 11 | 0 | 0.95 | 0.87 | 0.67 | 354.75 | 0.91 | 0.17 |
| Hex | 54 | 4 | B | 0 | 5F | 57 | 43 | 163 | 5B | 11 |
| Octal | 124 | 4 | 13 | 0 | 137 | 127 | 103 | 543 | 133 | 21 |
| Binary | 1010100 | 100 | 1011 | 0 | 1011111 | 1010111 | 1000011 | 101100011 | 1011011 | 10001 |
Color Harmonies of #54040B
Complementary color
Monochromatic Colors of #54040B
Black with #54040B
Text Example
Text Example
White with #54040B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54040B; }
p { color: rgb(84,4,11); }
H1.HeaderClassName
{
color: #54040B;
}
.AnyTagClassName
{
color: #54040B;
}
</style>
background-color css
<style>
a { background-color: #54040B; }
a { background-color: rgb(84,4,11); }
div.DivClassName
{
background-color: #54040B;
}
.BgClassName
{
background-color: #54040B;
}
</style>
border-color css
<style>
span { border-color: #54040B; }
span { border-color: rgb(84,4,11); }
td.TdClassName
{
border-color: #54040B;
}
.TagClassName
{
border-color: #54040B;
}
</style>