Shades of Rustic Red #55080B
Tints of Rustic Red #55080B
RGB
CMYK
RGB Variations
Color information
#55080B (or 0x55080B) is known color: Rustic Red. HEX triplet: 55, 08 and 0B. RGB value is (85,8,11). Sum of RGB (Red+Green+Blue) = 85+8+11=104 (13% of max value = 765). Red value is 85 (33.59% from 255 or 81.73% from 104); Green value is 8 (3.52% from 255 or 7.69% from 104); Blue value is 11 (4.69% from 255 or 10.58% from 104); Max value from RGB is 85 - color contains mainly: red. Hex color #55080B is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #55080B is #AAF7F4. Grayscale: #1F1F1F. Windows color (decimal): -11204597 or 723029. OLE color: 723029.
HSL color Cylindrical-coordinate representation of color #55080B: hue angle of 357.66º degrees, saturation: 0.83, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #55080B is Cyan = 0, Magento = 0.91, Yellow = 0.87 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 8 | 11 | - |
| CMYK | 0 | 0.91 | 0.87 | 0.67 |
| HSL | 357.66º | 0.83% | 0.18% | - |
| HSV(B) | 357.66º | 0.91% | 0.33% | - |
| XYZ | 3.89 | 2.13 | 0.52 | - |
| YUV | 31.37 | 116.51 | 166.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 8 | 11 | 0 | 0.91 | 0.87 | 0.67 | 357.66 | 0.83 | 0.18 |
| Hex | 55 | 8 | B | 0 | 5B | 57 | 43 | 166 | 53 | 12 |
| Octal | 125 | 10 | 13 | 0 | 133 | 127 | 103 | 546 | 123 | 22 |
| Binary | 1010101 | 1000 | 1011 | 0 | 1011011 | 1010111 | 1000011 | 101100110 | 1010011 | 10010 |
Color Harmonies of #55080B
Complementary color
Monochromatic Colors of #55080B
Black with #55080B
Text Example
Text Example
White with #55080B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55080B; }
p { color: rgb(85,8,11); }
H1.HeaderClassName
{
color: #55080B;
}
.AnyTagClassName
{
color: #55080B;
}
</style>
background-color css
<style>
a { background-color: #55080B; }
a { background-color: rgb(85,8,11); }
div.DivClassName
{
background-color: #55080B;
}
.BgClassName
{
background-color: #55080B;
}
</style>
border-color css
<style>
span { border-color: #55080B; }
span { border-color: rgb(85,8,11); }
td.TdClassName
{
border-color: #55080B;
}
.TagClassName
{
border-color: #55080B;
}
</style>