Shades of Rustic Red #550407
Tints of Rustic Red #550407
RGB
CMYK
RGB Variations
Color information
#550407 (or 0x550407) is known color: Rustic Red. HEX triplet: 55, 04 and 07. RGB value is (85,4,7). Sum of RGB (Red+Green+Blue) = 85+4+7=96 (12% of max value = 765). Red value is 85 (33.59% from 255 or 88.54% from 96); Green value is 4 (1.95% from 255 or 4.17% from 96); Blue value is 7 (3.12% from 255 or 7.29% from 96); Max value from RGB is 85 - color contains mainly: red. Hex color #550407 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #550407 is #AAFBF8. Grayscale: #1C1C1C. Windows color (decimal): -11205625 or 459861. OLE color: 459861.
HSL color Cylindrical-coordinate representation of color #550407: hue angle of 357.78º 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 #550407 is Cyan = 0, Magento = 0.95, Yellow = 0.92 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 4 | 7 | - |
| CMYK | 0 | 0.95 | 0.92 | 0.67 |
| HSL | 357.78º | 0.91% | 0.17% | - |
| HSV(B) | 357.78º | 0.95% | 0.33% | - |
| XYZ | 3.83 | 2.03 | 0.39 | - |
| YUV | 28.56 | 115.84 | 168.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 4 | 7 | 0 | 0.95 | 0.92 | 0.67 | 357.78 | 0.91 | 0.17 |
| Hex | 55 | 4 | 7 | 0 | 5F | 5C | 43 | 166 | 5B | 11 |
| Octal | 125 | 4 | 7 | 0 | 137 | 134 | 103 | 546 | 133 | 21 |
| Binary | 1010101 | 100 | 111 | 0 | 1011111 | 1011100 | 1000011 | 101100110 | 1011011 | 10001 |
Color Harmonies of #550407
Complementary color
Monochromatic Colors of #550407
Black with #550407
Text Example
Text Example
White with #550407
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #550407; }
p { color: rgb(85,4,7); }
H1.HeaderClassName
{
color: #550407;
}
.AnyTagClassName
{
color: #550407;
}
</style>
background-color css
<style>
a { background-color: #550407; }
a { background-color: rgb(85,4,7); }
div.DivClassName
{
background-color: #550407;
}
.BgClassName
{
background-color: #550407;
}
</style>
border-color css
<style>
span { border-color: #550407; }
span { border-color: rgb(85,4,7); }
td.TdClassName
{
border-color: #550407;
}
.TagClassName
{
border-color: #550407;
}
</style>