Shades of Rustic Red #330211
Tints of Rustic Red #330211
RGB
CMYK
RGB Variations
Color information
#330211 (or 0x330211) is known color: Rustic Red. HEX triplet: 33, 02 and 11. RGB value is (51,2,17). Sum of RGB (Red+Green+Blue) = 51+2+17=70 (9% of max value = 765). Red value is 51 (20.31% from 255 or 72.86% from 70); Green value is 2 (1.17% from 255 or 2.86% from 70); Blue value is 17 (7.03% from 255 or 24.29% from 70); Max value from RGB is 51 - color contains mainly: red. Hex color #330211 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #330211 is #CCFDEE. Grayscale: #121212. Windows color (decimal): -13434351 or 1114675. OLE color: 1114675.
HSL color Cylindrical-coordinate representation of color #330211: hue angle of 341.63º degrees, saturation: 0.92, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #330211 is Cyan = 0, Magento = 0.96, Yellow = 0.67 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 51 | 2 | 17 | - |
| CMYK | 0 | 0.96 | 0.67 | 0.8 |
| HSL | 341.63º | 0.92% | 0.1% | - |
| HSV(B) | 341.63º | 0.96% | 0.2% | - |
| XYZ | 1.49 | 0.79 | 0.6 | - |
| YUV | 18.36 | 127.23 | 151.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 2 | 17 | 0 | 0.96 | 0.67 | 0.8 | 341.63 | 0.92 | 0.1 |
| Hex | 33 | 2 | 11 | 0 | 60 | 43 | 50 | 156 | 5C | A |
| Octal | 63 | 2 | 21 | 0 | 140 | 103 | 120 | 526 | 134 | 12 |
| Binary | 110011 | 10 | 10001 | 0 | 1100000 | 1000011 | 1010000 | 101010110 | 1011100 | 1010 |
Color Harmonies of #330211
Complementary color
Monochromatic Colors of #330211
Black with #330211
Text Example
Text Example
White with #330211
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #330211; }
p { color: rgb(51,2,17); }
H1.HeaderClassName
{
color: #330211;
}
.AnyTagClassName
{
color: #330211;
}
</style>
background-color css
<style>
a { background-color: #330211; }
a { background-color: rgb(51,2,17); }
div.DivClassName
{
background-color: #330211;
}
.BgClassName
{
background-color: #330211;
}
</style>
border-color css
<style>
span { border-color: #330211; }
span { border-color: rgb(51,2,17); }
td.TdClassName
{
border-color: #330211;
}
.TagClassName
{
border-color: #330211;
}
</style>