Shades of Rustic Red #550304
Tints of Rustic Red #550304
RGB
CMYK
RGB Variations
Color information
#550304 (or 0x550304) is known color: Rustic Red. HEX triplet: 55, 03 and 04. RGB value is (85,3,4). Sum of RGB (Red+Green+Blue) = 85+3+4=92 (12% of max value = 765). Red value is 85 (33.59% from 255 or 92.39% from 92); Green value is 3 (1.56% from 255 or 3.26% from 92); Blue value is 4 (1.95% from 255 or 4.35% from 92); Max value from RGB is 85 - color contains mainly: red. Hex color #550304 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #550304 is #AAFCFB. Grayscale: #1B1B1B. Windows color (decimal): -11205884 or 262997. OLE color: 262997.
HSL color Cylindrical-coordinate representation of color #550304: hue angle of 359.27º 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 #550304 is Cyan = 0, Magento = 0.96, Yellow = 0.95 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 3 | 4 | - |
| CMYK | 0 | 0.96 | 0.95 | 0.67 |
| HSL | 359.27º | 0.93% | 0.17% | - |
| HSV(B) | 359.27º | 0.96% | 0.33% | - |
| XYZ | 3.8 | 2.01 | 0.3 | - |
| YUV | 27.63 | 114.67 | 168.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 3 | 4 | 0 | 0.96 | 0.95 | 0.67 | 359.27 | 0.93 | 0.17 |
| Hex | 55 | 3 | 4 | 0 | 60 | 5F | 43 | 167 | 5D | 11 |
| Octal | 125 | 3 | 4 | 0 | 140 | 137 | 103 | 547 | 135 | 21 |
| Binary | 1010101 | 11 | 100 | 0 | 1100000 | 1011111 | 1000011 | 101100111 | 1011101 | 10001 |
Color Harmonies of #550304
Complementary color
Monochromatic Colors of #550304
Black with #550304
Text Example
Text Example
White with #550304
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #550304; }
p { color: rgb(85,3,4); }
H1.HeaderClassName
{
color: #550304;
}
.AnyTagClassName
{
color: #550304;
}
</style>
background-color css
<style>
a { background-color: #550304; }
a { background-color: rgb(85,3,4); }
div.DivClassName
{
background-color: #550304;
}
.BgClassName
{
background-color: #550304;
}
</style>
border-color css
<style>
span { border-color: #550304; }
span { border-color: rgb(85,3,4); }
td.TdClassName
{
border-color: #550304;
}
.TagClassName
{
border-color: #550304;
}
</style>