Shades of Rustic Red #331117
Tints of Rustic Red #331117
RGB
CMYK
RGB Variations
Color information
#331117 (or 0x331117) is known color: Rustic Red. HEX triplet: 33, 11 and 17. RGB value is (51,17,23). Sum of RGB (Red+Green+Blue) = 51+17+23=91 (12% of max value = 765). Red value is 51 (20.31% from 255 or 56.04% from 91); Green value is 17 (7.03% from 255 or 18.68% from 91); Blue value is 23 (9.38% from 255 or 25.27% from 91); Max value from RGB is 51 - color contains mainly: red. Hex color #331117 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #331117 is #CCEEE8. Grayscale: #1B1B1B. Windows color (decimal): -13430505 or 1511731. OLE color: 1511731.
HSL color Cylindrical-coordinate representation of color #331117: hue angle of 349.41º degrees, saturation: 0.5, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #331117 is Cyan = 0, Magento = 0.67, Yellow = 0.55 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 51 | 17 | 23 | - |
| CMYK | 0 | 0.67 | 0.55 | 0.8 |
| HSL | 349.41º | 0.5% | 0.13% | - |
| HSV(B) | 349.41º | 0.67% | 0.2% | - |
| XYZ | 1.72 | 1.17 | 0.95 | - |
| YUV | 27.85 | 125.26 | 144.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 17 | 23 | 0 | 0.67 | 0.55 | 0.8 | 349.41 | 0.5 | 0.13 |
| Hex | 33 | 11 | 17 | 0 | 43 | 37 | 50 | 15D | 32 | D |
| Octal | 63 | 21 | 27 | 0 | 103 | 67 | 120 | 535 | 62 | 15 |
| Binary | 110011 | 10001 | 10111 | 0 | 1000011 | 110111 | 1010000 | 101011101 | 110010 | 1101 |
Color Harmonies of #331117
Complementary color
Monochromatic Colors of #331117
Black with #331117
Text Example
Text Example
White with #331117
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #331117; }
p { color: rgb(51,17,23); }
H1.HeaderClassName
{
color: #331117;
}
.AnyTagClassName
{
color: #331117;
}
</style>
background-color css
<style>
a { background-color: #331117; }
a { background-color: rgb(51,17,23); }
div.DivClassName
{
background-color: #331117;
}
.BgClassName
{
background-color: #331117;
}
</style>
border-color css
<style>
span { border-color: #331117; }
span { border-color: rgb(51,17,23); }
td.TdClassName
{
border-color: #331117;
}
.TagClassName
{
border-color: #331117;
}
</style>