Shades of Rustic Red #331118
Tints of Rustic Red #331118
RGB
CMYK
RGB Variations
Color information
#331118 (or 0x331118) is known color: Rustic Red. HEX triplet: 33, 11 and 18. RGB value is (51,17,24). Sum of RGB (Red+Green+Blue) = 51+17+24=92 (12% of max value = 765). Red value is 51 (20.31% from 255 or 55.43% from 92); Green value is 17 (7.03% from 255 or 18.48% from 92); Blue value is 24 (9.77% from 255 or 26.09% from 92); Max value from RGB is 51 - color contains mainly: red. Hex color #331118 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #331118 is #CCEEE7. Grayscale: #1B1B1B. Windows color (decimal): -13430504 or 1577267. OLE color: 1577267.
HSL color Cylindrical-coordinate representation of color #331118: hue angle of 347.65º 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 #331118 is Cyan = 0, Magento = 0.67, Yellow = 0.53 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 51 | 17 | 24 | - |
| CMYK | 0 | 0.67 | 0.53 | 0.8 |
| HSL | 347.65º | 0.5% | 0.13% | - |
| HSV(B) | 347.65º | 0.67% | 0.2% | - |
| XYZ | 1.73 | 1.17 | 1 | - |
| YUV | 27.96 | 125.76 | 144.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 17 | 24 | 0 | 0.67 | 0.53 | 0.8 | 347.65 | 0.5 | 0.13 |
| Hex | 33 | 11 | 18 | 0 | 43 | 35 | 50 | 15C | 32 | D |
| Octal | 63 | 21 | 30 | 0 | 103 | 65 | 120 | 534 | 62 | 15 |
| Binary | 110011 | 10001 | 11000 | 0 | 1000011 | 110101 | 1010000 | 101011100 | 110010 | 1101 |
Color Harmonies of #331118
Complementary color
Monochromatic Colors of #331118
Black with #331118
Text Example
Text Example
White with #331118
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #331118; }
p { color: rgb(51,17,24); }
H1.HeaderClassName
{
color: #331118;
}
.AnyTagClassName
{
color: #331118;
}
</style>
background-color css
<style>
a { background-color: #331118; }
a { background-color: rgb(51,17,24); }
div.DivClassName
{
background-color: #331118;
}
.BgClassName
{
background-color: #331118;
}
</style>
border-color css
<style>
span { border-color: #331118; }
span { border-color: rgb(51,17,24); }
td.TdClassName
{
border-color: #331118;
}
.TagClassName
{
border-color: #331118;
}
</style>