Shades of Rustic Red #331116
Tints of Rustic Red #331116
RGB
CMYK
RGB Variations
Color information
#331116 (or 0x331116) is known color: Rustic Red. HEX triplet: 33, 11 and 16. RGB value is (51,17,22). Sum of RGB (Red+Green+Blue) = 51+17+22=90 (11% of max value = 765). Red value is 51 (20.31% from 255 or 56.67% from 90); Green value is 17 (7.03% from 255 or 18.89% from 90); Blue value is 22 (8.98% from 255 or 24.44% from 90); Max value from RGB is 51 - color contains mainly: red. Hex color #331116 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #331116 is #CCEEE9. Grayscale: #1B1B1B. Windows color (decimal): -13430506 or 1446195. OLE color: 1446195.
HSL color Cylindrical-coordinate representation of color #331116: hue angle of 351.18º degrees, saturation: 0.5, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #331116 is Cyan = 0, Magento = 0.67, Yellow = 0.57 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 51 | 17 | 22 | - |
| CMYK | 0 | 0.67 | 0.57 | 0.8 |
| HSL | 351.18º | 0.5% | 0.13% | - |
| HSV(B) | 351.18º | 0.67% | 0.2% | - |
| XYZ | 1.71 | 1.16 | 0.89 | - |
| YUV | 27.74 | 124.76 | 144.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 17 | 22 | 0 | 0.67 | 0.57 | 0.8 | 351.18 | 0.5 | 0.13 |
| Hex | 33 | 11 | 16 | 0 | 43 | 39 | 50 | 15F | 32 | D |
| Octal | 63 | 21 | 26 | 0 | 103 | 71 | 120 | 537 | 62 | 15 |
| Binary | 110011 | 10001 | 10110 | 0 | 1000011 | 111001 | 1010000 | 101011111 | 110010 | 1101 |
Color Harmonies of #331116
Complementary color
Monochromatic Colors of #331116
Black with #331116
Text Example
Text Example
White with #331116
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #331116; }
p { color: rgb(51,17,22); }
H1.HeaderClassName
{
color: #331116;
}
.AnyTagClassName
{
color: #331116;
}
</style>
background-color css
<style>
a { background-color: #331116; }
a { background-color: rgb(51,17,22); }
div.DivClassName
{
background-color: #331116;
}
.BgClassName
{
background-color: #331116;
}
</style>
border-color css
<style>
span { border-color: #331116; }
span { border-color: rgb(51,17,22); }
td.TdClassName
{
border-color: #331116;
}
.TagClassName
{
border-color: #331116;
}
</style>