Shades of Rustic Red #510004
Tints of Rustic Red #510004
RGB
CMYK
RGB Variations
Color information
#510004 (or 0x510004) is known color: Rustic Red. HEX triplet: 51, 00 and 04. RGB value is (81,0,4). Sum of RGB (Red+Green+Blue) = 81+0+4=85 (11% of max value = 765). Red value is 81 (32.03% from 255 or 95.29% from 85); Green value is 0 (0.39% from 255 or 0% from 85); Blue value is 4 (1.95% from 255 or 4.71% from 85); Max value from RGB is 81 - color contains mainly: red. Hex color #510004 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #510004 is #AEFFFB. Grayscale: #181818. Windows color (decimal): -11468796 or 262225. OLE color: 262225.
HSL color Cylindrical-coordinate representation of color #510004: hue angle of 357.04º degrees, saturation: 1, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 1%. Process color model (Four color, CMYK) of #510004 is Cyan = 0, Magento = 1, Yellow = 0.95 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 0 | 4 | - |
| CMYK | 0 | 1 | 0.95 | 0.68 |
| HSL | 357.04º | 1% | 0.16% | - |
| HSV(B) | 357.04º | 1% | 0.32% | - |
| XYZ | 3.42 | 1.76 | 0.27 | - |
| YUV | 24.68 | 116.34 | 168.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 0 | 4 | 0 | 1 | 0.95 | 0.68 | 357.04 | 1 | 0.16 |
| Hex | 51 | 0 | 4 | 0 | 64 | 5F | 44 | 165 | 64 | 10 |
| Octal | 121 | 0 | 4 | 0 | 144 | 137 | 104 | 545 | 144 | 20 |
| Binary | 1010001 | 0 | 100 | 0 | 1100100 | 1011111 | 1000100 | 101100101 | 1100100 | 10000 |
Color Harmonies of #510004
Complementary color
Monochromatic Colors of #510004
Black with #510004
Text Example
Text Example
White with #510004
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #510004; }
p { color: rgb(81,0,4); }
H1.HeaderClassName
{
color: #510004;
}
.AnyTagClassName
{
color: #510004;
}
</style>
background-color css
<style>
a { background-color: #510004; }
a { background-color: rgb(81,0,4); }
div.DivClassName
{
background-color: #510004;
}
.BgClassName
{
background-color: #510004;
}
</style>
border-color css
<style>
span { border-color: #510004; }
span { border-color: rgb(81,0,4); }
td.TdClassName
{
border-color: #510004;
}
.TagClassName
{
border-color: #510004;
}
</style>