Shades of Rustic Red #330416
Tints of Rustic Red #330416
RGB
CMYK
RGB Variations
Color information
#330416 (or 0x330416) is known color: Rustic Red. HEX triplet: 33, 04 and 16. RGB value is (51,4,22). Sum of RGB (Red+Green+Blue) = 51+4+22=77 (10% of max value = 765). Red value is 51 (20.31% from 255 or 66.23% from 77); Green value is 4 (1.95% from 255 or 5.19% from 77); Blue value is 22 (8.98% from 255 or 28.57% from 77); Max value from RGB is 51 - color contains mainly: red. Hex color #330416 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #330416 is #CCFBE9. Grayscale: #141414. Windows color (decimal): -13433834 or 1442867. OLE color: 1442867.
HSL color Cylindrical-coordinate representation of color #330416: hue angle of 337.02º degrees, saturation: 0.85, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #330416 is Cyan = 0, Magento = 0.92, Yellow = 0.57 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 51 | 4 | 22 | - |
| CMYK | 0 | 0.92 | 0.57 | 0.8 |
| HSL | 337.02º | 0.85% | 0.11% | - |
| HSV(B) | 337.02º | 0.92% | 0.2% | - |
| XYZ | 1.55 | 0.85 | 0.84 | - |
| YUV | 20.11 | 129.07 | 150.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 4 | 22 | 0 | 0.92 | 0.57 | 0.8 | 337.02 | 0.85 | 0.11 |
| Hex | 33 | 4 | 16 | 0 | 5C | 39 | 50 | 151 | 55 | B |
| Octal | 63 | 4 | 26 | 0 | 134 | 71 | 120 | 521 | 125 | 13 |
| Binary | 110011 | 100 | 10110 | 0 | 1011100 | 111001 | 1010000 | 101010001 | 1010101 | 1011 |
Color Harmonies of #330416
Complementary color
Monochromatic Colors of #330416
Black with #330416
Text Example
Text Example
White with #330416
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #330416; }
p { color: rgb(51,4,22); }
H1.HeaderClassName
{
color: #330416;
}
.AnyTagClassName
{
color: #330416;
}
</style>
background-color css
<style>
a { background-color: #330416; }
a { background-color: rgb(51,4,22); }
div.DivClassName
{
background-color: #330416;
}
.BgClassName
{
background-color: #330416;
}
</style>
border-color css
<style>
span { border-color: #330416; }
span { border-color: rgb(51,4,22); }
td.TdClassName
{
border-color: #330416;
}
.TagClassName
{
border-color: #330416;
}
</style>