Shades of Rustic Red #330516
Tints of Rustic Red #330516
RGB
CMYK
RGB Variations
Color information
#330516 (or 0x330516) is known color: Rustic Red. HEX triplet: 33, 05 and 16. RGB value is (51,5,22). Sum of RGB (Red+Green+Blue) = 51+5+22=78 (10% of max value = 765). Red value is 51 (20.31% from 255 or 65.38% from 78); Green value is 5 (2.34% from 255 or 6.41% from 78); Blue value is 22 (8.98% from 255 or 28.21% from 78); Max value from RGB is 51 - color contains mainly: red. Hex color #330516 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #330516 is #CCFAE9. Grayscale: #141414. Windows color (decimal): -13433578 or 1443123. OLE color: 1443123.
HSL color Cylindrical-coordinate representation of color #330516: hue angle of 337.83º degrees, saturation: 0.82, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #330516 is Cyan = 0, Magento = 0.90, Yellow = 0.57 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 51 | 5 | 22 | - |
| CMYK | 0 | 0.90 | 0.57 | 0.8 |
| HSL | 337.83º | 0.82% | 0.11% | - |
| HSV(B) | 337.83º | 0.9% | 0.2% | - |
| XYZ | 1.56 | 0.87 | 0.84 | - |
| YUV | 20.69 | 128.74 | 149.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 5 | 22 | 0 | 0.90 | 0.57 | 0.8 | 337.83 | 0.82 | 0.11 |
| Hex | 33 | 5 | 16 | 0 | 5A | 39 | 50 | 152 | 52 | B |
| Octal | 63 | 5 | 26 | 0 | 132 | 71 | 120 | 522 | 122 | 13 |
| Binary | 110011 | 101 | 10110 | 0 | 1011010 | 111001 | 1010000 | 101010010 | 1010010 | 1011 |
Color Harmonies of #330516
Complementary color
Monochromatic Colors of #330516
Black with #330516
Text Example
Text Example
White with #330516
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #330516; }
p { color: rgb(51,5,22); }
H1.HeaderClassName
{
color: #330516;
}
.AnyTagClassName
{
color: #330516;
}
</style>
background-color css
<style>
a { background-color: #330516; }
a { background-color: rgb(51,5,22); }
div.DivClassName
{
background-color: #330516;
}
.BgClassName
{
background-color: #330516;
}
</style>
border-color css
<style>
span { border-color: #330516; }
span { border-color: rgb(51,5,22); }
td.TdClassName
{
border-color: #330516;
}
.TagClassName
{
border-color: #330516;
}
</style>