Shades of Rustic Red #550109
Tints of Rustic Red #550109
RGB
CMYK
RGB Variations
Color information
#550109 (or 0x550109) is known color: Rustic Red. HEX triplet: 55, 01 and 09. RGB value is (85,1,9). Sum of RGB (Red+Green+Blue) = 85+1+9=95 (12% of max value = 765). Red value is 85 (33.59% from 255 or 89.47% from 95); Green value is 1 (0.78% from 255 or 1.05% from 95); Blue value is 9 (3.91% from 255 or 9.47% from 95); Max value from RGB is 85 - color contains mainly: red. Hex color #550109 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #550109 is #AAFEF6. Grayscale: #1B1B1B. Windows color (decimal): -11206391 or 590165. OLE color: 590165.
HSL color Cylindrical-coordinate representation of color #550109: hue angle of 354.29º degrees, saturation: 0.98, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #550109 is Cyan = 0, Magento = 0.99, Yellow = 0.89 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 1 | 9 | - |
| CMYK | 0 | 0.99 | 0.89 | 0.67 |
| HSL | 354.29º | 0.98% | 0.17% | - |
| HSV(B) | 354.29º | 0.99% | 0.33% | - |
| XYZ | 3.81 | 1.97 | 0.44 | - |
| YUV | 27.03 | 117.83 | 169.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 1 | 9 | 0 | 0.99 | 0.89 | 0.67 | 354.29 | 0.98 | 0.17 |
| Hex | 55 | 1 | 9 | 0 | 63 | 59 | 43 | 162 | 62 | 11 |
| Octal | 125 | 1 | 11 | 0 | 143 | 131 | 103 | 542 | 142 | 21 |
| Binary | 1010101 | 1 | 1001 | 0 | 1100011 | 1011001 | 1000011 | 101100010 | 1100010 | 10001 |
Color Harmonies of #550109
Complementary color
Monochromatic Colors of #550109
Black with #550109
Text Example
Text Example
White with #550109
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #550109; }
p { color: rgb(85,1,9); }
H1.HeaderClassName
{
color: #550109;
}
.AnyTagClassName
{
color: #550109;
}
</style>
background-color css
<style>
a { background-color: #550109; }
a { background-color: rgb(85,1,9); }
div.DivClassName
{
background-color: #550109;
}
.BgClassName
{
background-color: #550109;
}
</style>
border-color css
<style>
span { border-color: #550109; }
span { border-color: rgb(85,1,9); }
td.TdClassName
{
border-color: #550109;
}
.TagClassName
{
border-color: #550109;
}
</style>