Shades of Rustic Red #540A0C
Tints of Rustic Red #540A0C
RGB
CMYK
RGB Variations
Color information
#540A0C (or 0x540A0C) is known color: Rustic Red. HEX triplet: 54, 0A and 0C. RGB value is (84,10,12). Sum of RGB (Red+Green+Blue) = 84+10+12=106 (14% of max value = 765). Red value is 84 (33.20% from 255 or 79.25% from 106); Green value is 10 (4.30% from 255 or 9.43% from 106); Blue value is 12 (5.08% from 255 or 11.32% from 106); Max value from RGB is 84 - color contains mainly: red. Hex color #540A0C is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #540A0C is #ABF5F3. Grayscale: #202020. Windows color (decimal): -11269620 or 789076. OLE color: 789076.
HSL color Cylindrical-coordinate representation of color #540A0C: hue angle of 358.38º degrees, saturation: 0.79, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #540A0C is Cyan = 0, Magento = 0.88, Yellow = 0.86 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 10 | 12 | - |
| CMYK | 0 | 0.88 | 0.86 | 0.67 |
| HSL | 358.38º | 0.79% | 0.18% | - |
| HSV(B) | 358.38º | 0.88% | 0.33% | - |
| XYZ | 3.83 | 2.13 | 0.56 | - |
| YUV | 32.35 | 116.52 | 164.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 10 | 12 | 0 | 0.88 | 0.86 | 0.67 | 358.38 | 0.79 | 0.18 |
| Hex | 54 | A | C | 0 | 58 | 56 | 43 | 166 | 4F | 12 |
| Octal | 124 | 12 | 14 | 0 | 130 | 126 | 103 | 546 | 117 | 22 |
| Binary | 1010100 | 1010 | 1100 | 0 | 1011000 | 1010110 | 1000011 | 101100110 | 1001111 | 10010 |
Color Harmonies of #540A0C
Complementary color
Monochromatic Colors of #540A0C
Black with #540A0C
Text Example
Text Example
White with #540A0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #540A0C; }
p { color: rgb(84,10,12); }
H1.HeaderClassName
{
color: #540A0C;
}
.AnyTagClassName
{
color: #540A0C;
}
</style>
background-color css
<style>
a { background-color: #540A0C; }
a { background-color: rgb(84,10,12); }
div.DivClassName
{
background-color: #540A0C;
}
.BgClassName
{
background-color: #540A0C;
}
</style>
border-color css
<style>
span { border-color: #540A0C; }
span { border-color: rgb(84,10,12); }
td.TdClassName
{
border-color: #540A0C;
}
.TagClassName
{
border-color: #540A0C;
}
</style>