Shades of Rustic Red #51020B
Tints of Rustic Red #51020B
RGB
CMYK
RGB Variations
Color information
#51020B (or 0x51020B) is known color: Rustic Red. HEX triplet: 51, 02 and 0B. RGB value is (81,2,11). Sum of RGB (Red+Green+Blue) = 81+2+11=94 (12% of max value = 765). Red value is 81 (32.03% from 255 or 86.17% from 94); Green value is 2 (1.17% from 255 or 2.13% from 94); Blue value is 11 (4.69% from 255 or 11.70% from 94); Max value from RGB is 81 - color contains mainly: red. Hex color #51020B is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #51020B is #AEFDF4. Grayscale: #1A1A1A. Windows color (decimal): -11468277 or 721489. OLE color: 721489.
HSL color Cylindrical-coordinate representation of color #51020B: hue angle of 353.16º degrees, saturation: 0.95, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #51020B is Cyan = 0, Magento = 0.98, Yellow = 0.86 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 2 | 11 | - |
| CMYK | 0 | 0.98 | 0.86 | 0.68 |
| HSL | 353.16º | 0.95% | 0.16% | - |
| HSV(B) | 353.16º | 0.98% | 0.32% | - |
| XYZ | 3.48 | 1.82 | 0.48 | - |
| YUV | 26.65 | 119.17 | 166.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 2 | 11 | 0 | 0.98 | 0.86 | 0.68 | 353.16 | 0.95 | 0.16 |
| Hex | 51 | 2 | B | 0 | 62 | 56 | 44 | 161 | 5F | 10 |
| Octal | 121 | 2 | 13 | 0 | 142 | 126 | 104 | 541 | 137 | 20 |
| Binary | 1010001 | 10 | 1011 | 0 | 1100010 | 1010110 | 1000100 | 101100001 | 1011111 | 10000 |
Color Harmonies of #51020B
Complementary color
Monochromatic Colors of #51020B
Black with #51020B
Text Example
Text Example
White with #51020B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51020B; }
p { color: rgb(81,2,11); }
H1.HeaderClassName
{
color: #51020B;
}
.AnyTagClassName
{
color: #51020B;
}
</style>
background-color css
<style>
a { background-color: #51020B; }
a { background-color: rgb(81,2,11); }
div.DivClassName
{
background-color: #51020B;
}
.BgClassName
{
background-color: #51020B;
}
</style>
border-color css
<style>
span { border-color: #51020B; }
span { border-color: rgb(81,2,11); }
td.TdClassName
{
border-color: #51020B;
}
.TagClassName
{
border-color: #51020B;
}
</style>