Shades of Rustic Red #550405
Tints of Rustic Red #550405
RGB
CMYK
RGB Variations
Color information
#550405 (or 0x550405) is known color: Rustic Red. HEX triplet: 55, 04 and 05. RGB value is (85,4,5). Sum of RGB (Red+Green+Blue) = 85+4+5=94 (12% of max value = 765). Red value is 85 (33.59% from 255 or 90.43% from 94); Green value is 4 (1.95% from 255 or 4.26% from 94); Blue value is 5 (2.34% from 255 or 5.32% from 94); Max value from RGB is 85 - color contains mainly: red. Hex color #550405 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #550405 is #AAFBFA. Grayscale: #1C1C1C. Windows color (decimal): -11205627 or 328789. OLE color: 328789.
HSL color Cylindrical-coordinate representation of color #550405: hue angle of 359.26º degrees, saturation: 0.91, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #550405 is Cyan = 0, Magento = 0.95, Yellow = 0.94 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 4 | 5 | - |
| CMYK | 0 | 0.95 | 0.94 | 0.67 |
| HSL | 359.26º | 0.91% | 0.17% | - |
| HSV(B) | 359.26º | 0.95% | 0.33% | - |
| XYZ | 3.82 | 2.03 | 0.33 | - |
| YUV | 28.33 | 114.84 | 168.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 4 | 5 | 0 | 0.95 | 0.94 | 0.67 | 359.26 | 0.91 | 0.17 |
| Hex | 55 | 4 | 5 | 0 | 5F | 5E | 43 | 167 | 5B | 11 |
| Octal | 125 | 4 | 5 | 0 | 137 | 136 | 103 | 547 | 133 | 21 |
| Binary | 1010101 | 100 | 101 | 0 | 1011111 | 1011110 | 1000011 | 101100111 | 1011011 | 10001 |
Color Harmonies of #550405
Complementary color
Monochromatic Colors of #550405
Black with #550405
Text Example
Text Example
White with #550405
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #550405; }
p { color: rgb(85,4,5); }
H1.HeaderClassName
{
color: #550405;
}
.AnyTagClassName
{
color: #550405;
}
</style>
background-color css
<style>
a { background-color: #550405; }
a { background-color: rgb(85,4,5); }
div.DivClassName
{
background-color: #550405;
}
.BgClassName
{
background-color: #550405;
}
</style>
border-color css
<style>
span { border-color: #550405; }
span { border-color: rgb(85,4,5); }
td.TdClassName
{
border-color: #550405;
}
.TagClassName
{
border-color: #550405;
}
</style>