Shades of Rustic Red #55070A
Tints of Rustic Red #55070A
RGB
CMYK
RGB Variations
Color information
#55070A (or 0x55070A) is known color: Rustic Red. HEX triplet: 55, 07 and 0A. RGB value is (85,7,10). Sum of RGB (Red+Green+Blue) = 85+7+10=102 (13% of max value = 765). Red value is 85 (33.59% from 255 or 83.33% from 102); Green value is 7 (3.12% from 255 or 6.86% from 102); Blue value is 10 (4.30% from 255 or 9.80% from 102); Max value from RGB is 85 - color contains mainly: red. Hex color #55070A is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #55070A is #AAF8F5. Grayscale: #1E1E1E. Windows color (decimal): -11204854 or 657237. OLE color: 657237.
HSL color Cylindrical-coordinate representation of color #55070A: hue angle of 357.69º 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 #55070A is Cyan = 0, Magento = 0.92, Yellow = 0.88 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 7 | 10 | - |
| CMYK | 0 | 0.92 | 0.88 | 0.67 |
| HSL | 357.69º | 0.85% | 0.18% | - |
| HSV(B) | 357.69º | 0.92% | 0.33% | - |
| XYZ | 3.88 | 2.11 | 0.49 | - |
| YUV | 30.66 | 116.34 | 166.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 7 | 10 | 0 | 0.92 | 0.88 | 0.67 | 357.69 | 0.85 | 0.18 |
| Hex | 55 | 7 | A | 0 | 5C | 58 | 43 | 166 | 55 | 12 |
| Octal | 125 | 7 | 12 | 0 | 134 | 130 | 103 | 546 | 125 | 22 |
| Binary | 1010101 | 111 | 1010 | 0 | 1011100 | 1011000 | 1000011 | 101100110 | 1010101 | 10010 |
Color Harmonies of #55070A
Complementary color
Monochromatic Colors of #55070A
Black with #55070A
Text Example
Text Example
White with #55070A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55070A; }
p { color: rgb(85,7,10); }
H1.HeaderClassName
{
color: #55070A;
}
.AnyTagClassName
{
color: #55070A;
}
</style>
background-color css
<style>
a { background-color: #55070A; }
a { background-color: rgb(85,7,10); }
div.DivClassName
{
background-color: #55070A;
}
.BgClassName
{
background-color: #55070A;
}
</style>
border-color css
<style>
span { border-color: #55070A; }
span { border-color: rgb(85,7,10); }
td.TdClassName
{
border-color: #55070A;
}
.TagClassName
{
border-color: #55070A;
}
</style>