Shades of Rustic Red #540307
Tints of Rustic Red #540307
RGB
CMYK
RGB Variations
Color information
#540307 (or 0x540307) is known color: Rustic Red. HEX triplet: 54, 03 and 07. RGB value is (84,3,7). Sum of RGB (Red+Green+Blue) = 84+3+7=94 (12% of max value = 765). Red value is 84 (33.20% from 255 or 89.36% from 94); Green value is 3 (1.56% from 255 or 3.19% from 94); Blue value is 7 (3.12% from 255 or 7.45% from 94); Max value from RGB is 84 - color contains mainly: red. Hex color #540307 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #540307 is #ABFCF8. Grayscale: #1B1B1B. Windows color (decimal): -11271417 or 459604. OLE color: 459604.
HSL color Cylindrical-coordinate representation of color #540307: hue angle of 357.04º degrees, saturation: 0.93, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #540307 is Cyan = 0, Magento = 0.96, Yellow = 0.92 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 3 | 7 | - |
| CMYK | 0 | 0.96 | 0.92 | 0.67 |
| HSL | 357.04º | 0.93% | 0.17% | - |
| HSV(B) | 357.04º | 0.96% | 0.33% | - |
| XYZ | 3.73 | 1.97 | 0.38 | - |
| YUV | 27.68 | 116.34 | 168.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 3 | 7 | 0 | 0.96 | 0.92 | 0.67 | 357.04 | 0.93 | 0.17 |
| Hex | 54 | 3 | 7 | 0 | 60 | 5C | 43 | 165 | 5D | 11 |
| Octal | 124 | 3 | 7 | 0 | 140 | 134 | 103 | 545 | 135 | 21 |
| Binary | 1010100 | 11 | 111 | 0 | 1100000 | 1011100 | 1000011 | 101100101 | 1011101 | 10001 |
Color Harmonies of #540307
Complementary color
Monochromatic Colors of #540307
Black with #540307
Text Example
Text Example
White with #540307
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #540307; }
p { color: rgb(84,3,7); }
H1.HeaderClassName
{
color: #540307;
}
.AnyTagClassName
{
color: #540307;
}
</style>
background-color css
<style>
a { background-color: #540307; }
a { background-color: rgb(84,3,7); }
div.DivClassName
{
background-color: #540307;
}
.BgClassName
{
background-color: #540307;
}
</style>
border-color css
<style>
span { border-color: #540307; }
span { border-color: rgb(84,3,7); }
td.TdClassName
{
border-color: #540307;
}
.TagClassName
{
border-color: #540307;
}
</style>