Shades of Rustic Red #330E16
Tints of Rustic Red #330E16
RGB
CMYK
RGB Variations
Color information
#330E16 (or 0x330E16) is known color: Rustic Red. HEX triplet: 33, 0E and 16. RGB value is (51,14,22). Sum of RGB (Red+Green+Blue) = 51+14+22=87 (11% of max value = 765). Red value is 51 (20.31% from 255 or 58.62% from 87); Green value is 14 (5.86% from 255 or 16.09% from 87); Blue value is 22 (8.98% from 255 or 25.29% from 87); Max value from RGB is 51 - color contains mainly: red. Hex color #330E16 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #330E16 is #CCF1E9. Grayscale: #191919. Windows color (decimal): -13431274 or 1445427. OLE color: 1445427.
HSL color Cylindrical-coordinate representation of color #330E16: hue angle of 347.03º degrees, saturation: 0.57, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #330E16 is Cyan = 0, Magento = 0.73, Yellow = 0.57 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 51 | 14 | 22 | - |
| CMYK | 0 | 0.73 | 0.57 | 0.8 |
| HSL | 347.03º | 0.57% | 0.13% | - |
| HSV(B) | 347.03º | 0.73% | 0.2% | - |
| XYZ | 1.67 | 1.08 | 0.88 | - |
| YUV | 25.98 | 125.76 | 145.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 14 | 22 | 0 | 0.73 | 0.57 | 0.8 | 347.03 | 0.57 | 0.13 |
| Hex | 33 | E | 16 | 0 | 49 | 39 | 50 | 15B | 39 | D |
| Octal | 63 | 16 | 26 | 0 | 111 | 71 | 120 | 533 | 71 | 15 |
| Binary | 110011 | 1110 | 10110 | 0 | 1001001 | 111001 | 1010000 | 101011011 | 111001 | 1101 |
Color Harmonies of #330E16
Complementary color
Monochromatic Colors of #330E16
Black with #330E16
Text Example
Text Example
White with #330E16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #330E16; }
p { color: rgb(51,14,22); }
H1.HeaderClassName
{
color: #330E16;
}
.AnyTagClassName
{
color: #330E16;
}
</style>
background-color css
<style>
a { background-color: #330E16; }
a { background-color: rgb(51,14,22); }
div.DivClassName
{
background-color: #330E16;
}
.BgClassName
{
background-color: #330E16;
}
</style>
border-color css
<style>
span { border-color: #330E16; }
span { border-color: rgb(51,14,22); }
td.TdClassName
{
border-color: #330E16;
}
.TagClassName
{
border-color: #330E16;
}
</style>