Shades of Rustic Red #331217
Tints of Rustic Red #331217
RGB
CMYK
RGB Variations
Color information
#331217 (or 0x331217) is known color: Rustic Red. HEX triplet: 33, 12 and 17. RGB value is (51,18,23). Sum of RGB (Red+Green+Blue) = 51+18+23=92 (12% of max value = 765). Red value is 51 (20.31% from 255 or 55.43% from 92); Green value is 18 (7.42% from 255 or 19.57% from 92); Blue value is 23 (9.38% from 255 or 25% from 92); Max value from RGB is 51 - color contains mainly: red. Hex color #331217 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #331217 is #CCEDE8. Grayscale: #1C1C1C. Windows color (decimal): -13430249 or 1511987. OLE color: 1511987.
HSL color Cylindrical-coordinate representation of color #331217: hue angle of 350.91º degrees, saturation: 0.48, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #331217 is Cyan = 0, Magento = 0.65, Yellow = 0.55 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 51 | 18 | 23 | - |
| CMYK | 0 | 0.65 | 0.55 | 0.8 |
| HSL | 350.91º | 0.48% | 0.14% | - |
| HSV(B) | 350.91º | 0.65% | 0.2% | - |
| XYZ | 1.74 | 1.2 | 0.95 | - |
| YUV | 28.44 | 124.93 | 144.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 18 | 23 | 0 | 0.65 | 0.55 | 0.8 | 350.91 | 0.48 | 0.14 |
| Hex | 33 | 12 | 17 | 0 | 41 | 37 | 50 | 15F | 30 | E |
| Octal | 63 | 22 | 27 | 0 | 101 | 67 | 120 | 537 | 60 | 16 |
| Binary | 110011 | 10010 | 10111 | 0 | 1000001 | 110111 | 1010000 | 101011111 | 110000 | 1110 |
Color Harmonies of #331217
Complementary color
Monochromatic Colors of #331217
Black with #331217
Text Example
Text Example
White with #331217
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #331217; }
p { color: rgb(51,18,23); }
H1.HeaderClassName
{
color: #331217;
}
.AnyTagClassName
{
color: #331217;
}
</style>
background-color css
<style>
a { background-color: #331217; }
a { background-color: rgb(51,18,23); }
div.DivClassName
{
background-color: #331217;
}
.BgClassName
{
background-color: #331217;
}
</style>
border-color css
<style>
span { border-color: #331217; }
span { border-color: rgb(51,18,23); }
td.TdClassName
{
border-color: #331217;
}
.TagClassName
{
border-color: #331217;
}
</style>