Shades of Rustic Red #510008
Tints of Rustic Red #510008
RGB
CMYK
RGB Variations
Color information
#510008 (or 0x510008) is known color: Rustic Red. HEX triplet: 51, 00 and 08. RGB value is (81,0,8). Sum of RGB (Red+Green+Blue) = 81+0+8=89 (11% of max value = 765). Red value is 81 (32.03% from 255 or 91.01% from 89); Green value is 0 (0.39% from 255 or 0% from 89); Blue value is 8 (3.52% from 255 or 8.99% from 89); Max value from RGB is 81 - color contains mainly: red. Hex color #510008 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #510008 is #AEFFF7. Grayscale: #191919. Windows color (decimal): -11468792 or 524369. OLE color: 524369.
HSL color Cylindrical-coordinate representation of color #510008: hue angle of 354.07º 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 #510008 is Cyan = 0, Magento = 1, Yellow = 0.90 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 0 | 8 | - |
| CMYK | 0 | 1 | 0.90 | 0.68 |
| HSL | 354.07º | 1% | 0.16% | - |
| HSV(B) | 354.07º | 1% | 0.32% | - |
| XYZ | 3.44 | 1.77 | 0.39 | - |
| YUV | 25.13 | 118.34 | 167.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 0 | 8 | 0 | 1 | 0.90 | 0.68 | 354.07 | 1 | 0.16 |
| Hex | 51 | 0 | 8 | 0 | 64 | 5A | 44 | 162 | 64 | 10 |
| Octal | 121 | 0 | 10 | 0 | 144 | 132 | 104 | 542 | 144 | 20 |
| Binary | 1010001 | 0 | 1000 | 0 | 1100100 | 1011010 | 1000100 | 101100010 | 1100100 | 10000 |
Color Harmonies of #510008
Complementary color
Monochromatic Colors of #510008
Black with #510008
Text Example
Text Example
White with #510008
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #510008; }
p { color: rgb(81,0,8); }
H1.HeaderClassName
{
color: #510008;
}
.AnyTagClassName
{
color: #510008;
}
</style>
background-color css
<style>
a { background-color: #510008; }
a { background-color: rgb(81,0,8); }
div.DivClassName
{
background-color: #510008;
}
.BgClassName
{
background-color: #510008;
}
</style>
border-color css
<style>
span { border-color: #510008; }
span { border-color: rgb(81,0,8); }
td.TdClassName
{
border-color: #510008;
}
.TagClassName
{
border-color: #510008;
}
</style>