Shades of Rustic Red #510306
Tints of Rustic Red #510306
RGB
CMYK
RGB Variations
Color information
#510306 (or 0x510306) is known color: Rustic Red. HEX triplet: 51, 03 and 06. RGB value is (81,3,6). Sum of RGB (Red+Green+Blue) = 81+3+6=90 (11% of max value = 765). Red value is 81 (32.03% from 255 or 90% from 90); Green value is 3 (1.56% from 255 or 3.33% from 90); Blue value is 6 (2.73% from 255 or 6.67% from 90); Max value from RGB is 81 - color contains mainly: red. Hex color #510306 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #510306 is #AEFCF9. Grayscale: #1A1A1A. Windows color (decimal): -11468026 or 394065. OLE color: 394065.
HSL color Cylindrical-coordinate representation of color #510306: hue angle of 357.69º degrees, saturation: 0.93, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #510306 is Cyan = 0, Magento = 0.96, Yellow = 0.93 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 3 | 6 | - |
| CMYK | 0 | 0.96 | 0.93 | 0.68 |
| HSL | 357.69º | 0.93% | 0.16% | - |
| HSV(B) | 357.69º | 0.96% | 0.32% | - |
| XYZ | 3.46 | 1.83 | 0.34 | - |
| YUV | 26.66 | 116.34 | 166.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 3 | 6 | 0 | 0.96 | 0.93 | 0.68 | 357.69 | 0.93 | 0.16 |
| Hex | 51 | 3 | 6 | 0 | 60 | 5D | 44 | 166 | 5D | 10 |
| Octal | 121 | 3 | 6 | 0 | 140 | 135 | 104 | 546 | 135 | 20 |
| Binary | 1010001 | 11 | 110 | 0 | 1100000 | 1011101 | 1000100 | 101100110 | 1011101 | 10000 |
Color Harmonies of #510306
Complementary color
Monochromatic Colors of #510306
Black with #510306
Text Example
Text Example
White with #510306
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #510306; }
p { color: rgb(81,3,6); }
H1.HeaderClassName
{
color: #510306;
}
.AnyTagClassName
{
color: #510306;
}
</style>
background-color css
<style>
a { background-color: #510306; }
a { background-color: rgb(81,3,6); }
div.DivClassName
{
background-color: #510306;
}
.BgClassName
{
background-color: #510306;
}
</style>
border-color css
<style>
span { border-color: #510306; }
span { border-color: rgb(81,3,6); }
td.TdClassName
{
border-color: #510306;
}
.TagClassName
{
border-color: #510306;
}
</style>