Shades of Rustic Red #550305
Tints of Rustic Red #550305
RGB
CMYK
RGB Variations
Color information
#550305 (or 0x550305) is known color: Rustic Red. HEX triplet: 55, 03 and 05. RGB value is (85,3,5). Sum of RGB (Red+Green+Blue) = 85+3+5=93 (12% of max value = 765). Red value is 85 (33.59% from 255 or 91.40% from 93); Green value is 3 (1.56% from 255 or 3.23% from 93); Blue value is 5 (2.34% from 255 or 5.38% from 93); Max value from RGB is 85 - color contains mainly: red. Hex color #550305 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #550305 is #AAFCFA. Grayscale: #1B1B1B. Windows color (decimal): -11205883 or 328533. OLE color: 328533.
HSL color Cylindrical-coordinate representation of color #550305: hue angle of 358.54º degrees, saturation: 0.93, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #550305 is Cyan = 0, Magento = 0.96, Yellow = 0.94 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 3 | 5 | - |
| CMYK | 0 | 0.96 | 0.94 | 0.67 |
| HSL | 358.54º | 0.93% | 0.17% | - |
| HSV(B) | 358.54º | 0.96% | 0.33% | - |
| XYZ | 3.81 | 2.01 | 0.33 | - |
| YUV | 27.75 | 115.17 | 168.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 3 | 5 | 0 | 0.96 | 0.94 | 0.67 | 358.54 | 0.93 | 0.17 |
| Hex | 55 | 3 | 5 | 0 | 60 | 5E | 43 | 167 | 5D | 11 |
| Octal | 125 | 3 | 5 | 0 | 140 | 136 | 103 | 547 | 135 | 21 |
| Binary | 1010101 | 11 | 101 | 0 | 1100000 | 1011110 | 1000011 | 101100111 | 1011101 | 10001 |
Color Harmonies of #550305
Complementary color
Monochromatic Colors of #550305
Black with #550305
Text Example
Text Example
White with #550305
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #550305; }
p { color: rgb(85,3,5); }
H1.HeaderClassName
{
color: #550305;
}
.AnyTagClassName
{
color: #550305;
}
</style>
background-color css
<style>
a { background-color: #550305; }
a { background-color: rgb(85,3,5); }
div.DivClassName
{
background-color: #550305;
}
.BgClassName
{
background-color: #550305;
}
</style>
border-color css
<style>
span { border-color: #550305; }
span { border-color: rgb(85,3,5); }
td.TdClassName
{
border-color: #550305;
}
.TagClassName
{
border-color: #550305;
}
</style>