Shades of Rustic Red #51070B
Tints of Rustic Red #51070B
RGB
CMYK
RGB Variations
Color information
#51070B (or 0x51070B) is known color: Rustic Red. HEX triplet: 51, 07 and 0B. RGB value is (81,7,11). Sum of RGB (Red+Green+Blue) = 81+7+11=99 (13% of max value = 765). Red value is 81 (32.03% from 255 or 81.82% from 99); Green value is 7 (3.12% from 255 or 7.07% from 99); Blue value is 11 (4.69% from 255 or 11.11% from 99); Max value from RGB is 81 - color contains mainly: red. Hex color #51070B is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #51070B is #AEF8F4. Grayscale: #1D1D1D. Windows color (decimal): -11466997 or 722769. OLE color: 722769.
HSL color Cylindrical-coordinate representation of color #51070B: hue angle of 356.76º degrees, saturation: 0.84, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #51070B is Cyan = 0, Magento = 0.91, Yellow = 0.86 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 7 | 11 | - |
| CMYK | 0 | 0.91 | 0.86 | 0.68 |
| HSL | 356.76º | 0.84% | 0.17% | - |
| HSV(B) | 356.76º | 0.91% | 0.32% | - |
| XYZ | 3.53 | 1.93 | 0.5 | - |
| YUV | 29.58 | 117.52 | 164.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 7 | 11 | 0 | 0.91 | 0.86 | 0.68 | 356.76 | 0.84 | 0.17 |
| Hex | 51 | 7 | B | 0 | 5B | 56 | 44 | 165 | 54 | 11 |
| Octal | 121 | 7 | 13 | 0 | 133 | 126 | 104 | 545 | 124 | 21 |
| Binary | 1010001 | 111 | 1011 | 0 | 1011011 | 1010110 | 1000100 | 101100101 | 1010100 | 10001 |
Color Harmonies of #51070B
Complementary color
Monochromatic Colors of #51070B
Black with #51070B
Text Example
Text Example
White with #51070B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51070B; }
p { color: rgb(81,7,11); }
H1.HeaderClassName
{
color: #51070B;
}
.AnyTagClassName
{
color: #51070B;
}
</style>
background-color css
<style>
a { background-color: #51070B; }
a { background-color: rgb(81,7,11); }
div.DivClassName
{
background-color: #51070B;
}
.BgClassName
{
background-color: #51070B;
}
</style>
border-color css
<style>
span { border-color: #51070B; }
span { border-color: rgb(81,7,11); }
td.TdClassName
{
border-color: #51070B;
}
.TagClassName
{
border-color: #51070B;
}
</style>