Shades of Rustic Red #550003
Tints of Rustic Red #550003
RGB
CMYK
RGB Variations
Color information
#550003 (or 0x550003) is known color: Rustic Red. HEX triplet: 55, 00 and 03. RGB value is (85,0,3). Sum of RGB (Red+Green+Blue) = 85+0+3=88 (11% of max value = 765). Red value is 85 (33.59% from 255 or 96.59% from 88); Green value is 0 (0.39% from 255 or 0% from 88); Blue value is 3 (1.56% from 255 or 3.41% from 88); Max value from RGB is 85 - color contains mainly: red. Hex color #550003 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #550003 is #AAFFFC. Grayscale: #191919. Windows color (decimal): -11206653 or 196693. OLE color: 196693.
HSL color Cylindrical-coordinate representation of color #550003: hue angle of 357.88º degrees, saturation: 1, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 1%. Process color model (Four color, CMYK) of #550003 is Cyan = 0, Magento = 1, Yellow = 0.96 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 0 | 3 | - |
| CMYK | 0 | 1 | 0.96 | 0.67 |
| HSL | 357.88º | 1% | 0.17% | - |
| HSV(B) | 357.88º | 1% | 0.33% | - |
| XYZ | 3.76 | 1.94 | 0.26 | - |
| YUV | 25.76 | 115.16 | 170.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 0 | 3 | 0 | 1 | 0.96 | 0.67 | 357.88 | 1 | 0.17 |
| Hex | 55 | 0 | 3 | 0 | 64 | 60 | 43 | 166 | 64 | 11 |
| Octal | 125 | 0 | 3 | 0 | 144 | 140 | 103 | 546 | 144 | 21 |
| Binary | 1010101 | 0 | 11 | 0 | 1100100 | 1100000 | 1000011 | 101100110 | 1100100 | 10001 |
Color Harmonies of #550003
Complementary color
Monochromatic Colors of #550003
Black with #550003
Text Example
Text Example
White with #550003
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #550003; }
p { color: rgb(85,0,3); }
H1.HeaderClassName
{
color: #550003;
}
.AnyTagClassName
{
color: #550003;
}
</style>
background-color css
<style>
a { background-color: #550003; }
a { background-color: rgb(85,0,3); }
div.DivClassName
{
background-color: #550003;
}
.BgClassName
{
background-color: #550003;
}
</style>
border-color css
<style>
span { border-color: #550003; }
span { border-color: rgb(85,0,3); }
td.TdClassName
{
border-color: #550003;
}
.TagClassName
{
border-color: #550003;
}
</style>