Shades of Rustic Red #550006
Tints of Rustic Red #550006
RGB
CMYK
RGB Variations
Color information
#550006 (or 0x550006) is known color: Rustic Red. HEX triplet: 55, 00 and 06. RGB value is (85,0,6). Sum of RGB (Red+Green+Blue) = 85+0+6=91 (12% of max value = 765). Red value is 85 (33.59% from 255 or 93.41% from 91); Green value is 0 (0.39% from 255 or 0% from 91); Blue value is 6 (2.73% from 255 or 6.59% from 91); Max value from RGB is 85 - color contains mainly: red. Hex color #550006 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #550006 is #AAFFF9. Grayscale: #1A1A1A. Windows color (decimal): -11206650 or 393301. OLE color: 393301.
HSL color Cylindrical-coordinate representation of color #550006: hue angle of 355.76º 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 #550006 is Cyan = 0, Magento = 1, Yellow = 0.93 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 0 | 6 | - |
| CMYK | 0 | 1 | 0.93 | 0.67 |
| HSL | 355.76º | 1% | 0.17% | - |
| HSV(B) | 355.76º | 1% | 0.33% | - |
| XYZ | 3.78 | 1.94 | 0.35 | - |
| YUV | 26.1 | 116.66 | 170.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 0 | 6 | 0 | 1 | 0.93 | 0.67 | 355.76 | 1 | 0.17 |
| Hex | 55 | 0 | 6 | 0 | 64 | 5D | 43 | 164 | 64 | 11 |
| Octal | 125 | 0 | 6 | 0 | 144 | 135 | 103 | 544 | 144 | 21 |
| Binary | 1010101 | 0 | 110 | 0 | 1100100 | 1011101 | 1000011 | 101100100 | 1100100 | 10001 |
Color Harmonies of #550006
Complementary color
Monochromatic Colors of #550006
Black with #550006
Text Example
Text Example
White with #550006
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #550006; }
p { color: rgb(85,0,6); }
H1.HeaderClassName
{
color: #550006;
}
.AnyTagClassName
{
color: #550006;
}
</style>
background-color css
<style>
a { background-color: #550006; }
a { background-color: rgb(85,0,6); }
div.DivClassName
{
background-color: #550006;
}
.BgClassName
{
background-color: #550006;
}
</style>
border-color css
<style>
span { border-color: #550006; }
span { border-color: rgb(85,0,6); }
td.TdClassName
{
border-color: #550006;
}
.TagClassName
{
border-color: #550006;
}
</style>