Shades of Rustic Red #550508
Tints of Rustic Red #550508
RGB
CMYK
RGB Variations
Color information
#550508 (or 0x550508) is known color: Rustic Red. HEX triplet: 55, 05 and 08. RGB value is (85,5,8). Sum of RGB (Red+Green+Blue) = 85+5+8=98 (12% of max value = 765). Red value is 85 (33.59% from 255 or 86.73% from 98); Green value is 5 (2.34% from 255 or 5.10% from 98); Blue value is 8 (3.52% from 255 or 8.16% from 98); Max value from RGB is 85 - color contains mainly: red. Hex color #550508 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #550508 is #AAFAF7. Grayscale: #1D1D1D. Windows color (decimal): -11205368 or 525653. OLE color: 525653.
HSL color Cylindrical-coordinate representation of color #550508: hue angle of 357.75º degrees, saturation: 0.89, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #550508 is Cyan = 0, Magento = 0.94, Yellow = 0.91 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 5 | 8 | - |
| CMYK | 0 | 0.94 | 0.91 | 0.67 |
| HSL | 357.75º | 0.89% | 0.18% | - |
| HSV(B) | 357.75º | 0.94% | 0.33% | - |
| XYZ | 3.84 | 2.06 | 0.42 | - |
| YUV | 29.26 | 116 | 167.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 5 | 8 | 0 | 0.94 | 0.91 | 0.67 | 357.75 | 0.89 | 0.18 |
| Hex | 55 | 5 | 8 | 0 | 5E | 5B | 43 | 166 | 59 | 12 |
| Octal | 125 | 5 | 10 | 0 | 136 | 133 | 103 | 546 | 131 | 22 |
| Binary | 1010101 | 101 | 1000 | 0 | 1011110 | 1011011 | 1000011 | 101100110 | 1011001 | 10010 |
Color Harmonies of #550508
Complementary color
Monochromatic Colors of #550508
Black with #550508
Text Example
Text Example
White with #550508
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #550508; }
p { color: rgb(85,5,8); }
H1.HeaderClassName
{
color: #550508;
}
.AnyTagClassName
{
color: #550508;
}
</style>
background-color css
<style>
a { background-color: #550508; }
a { background-color: rgb(85,5,8); }
div.DivClassName
{
background-color: #550508;
}
.BgClassName
{
background-color: #550508;
}
</style>
border-color css
<style>
span { border-color: #550508; }
span { border-color: rgb(85,5,8); }
td.TdClassName
{
border-color: #550508;
}
.TagClassName
{
border-color: #550508;
}
</style>