Shades of Rustic Red #51090D
Tints of Rustic Red #51090D
RGB
CMYK
RGB Variations
Color information
#51090D (or 0x51090D) is known color: Rustic Red. HEX triplet: 51, 09 and 0D. RGB value is (81,9,13). Sum of RGB (Red+Green+Blue) = 81+9+13=103 (13% of max value = 765). Red value is 81 (32.03% from 255 or 78.64% from 103); Green value is 9 (3.91% from 255 or 8.74% from 103); Blue value is 13 (5.47% from 255 or 12.62% from 103); Max value from RGB is 81 - color contains mainly: red. Hex color #51090D is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #51090D is #AEF6F2. Grayscale: #1F1F1F. Windows color (decimal): -11466483 or 854353. OLE color: 854353.
HSL color Cylindrical-coordinate representation of color #51090D: hue angle of 356.67º degrees, saturation: 0.8, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #51090D is Cyan = 0, Magento = 0.89, Yellow = 0.84 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 9 | 13 | - |
| CMYK | 0 | 0.89 | 0.84 | 0.68 |
| HSL | 356.67º | 0.8% | 0.18% | - |
| HSV(B) | 356.67º | 0.89% | 0.32% | - |
| XYZ | 3.56 | 1.97 | 0.57 | - |
| YUV | 30.98 | 117.85 | 163.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 9 | 13 | 0 | 0.89 | 0.84 | 0.68 | 356.67 | 0.8 | 0.18 |
| Hex | 51 | 9 | D | 0 | 59 | 54 | 44 | 165 | 50 | 12 |
| Octal | 121 | 11 | 15 | 0 | 131 | 124 | 104 | 545 | 120 | 22 |
| Binary | 1010001 | 1001 | 1101 | 0 | 1011001 | 1010100 | 1000100 | 101100101 | 1010000 | 10010 |
Color Harmonies of #51090D
Complementary color
Monochromatic Colors of #51090D
Black with #51090D
Text Example
Text Example
White with #51090D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51090D; }
p { color: rgb(81,9,13); }
H1.HeaderClassName
{
color: #51090D;
}
.AnyTagClassName
{
color: #51090D;
}
</style>
background-color css
<style>
a { background-color: #51090D; }
a { background-color: rgb(81,9,13); }
div.DivClassName
{
background-color: #51090D;
}
.BgClassName
{
background-color: #51090D;
}
</style>
border-color css
<style>
span { border-color: #51090D; }
span { border-color: rgb(81,9,13); }
td.TdClassName
{
border-color: #51090D;
}
.TagClassName
{
border-color: #51090D;
}
</style>