Shades of Rustic Red #331215
Tints of Rustic Red #331215
RGB
CMYK
RGB Variations
Color information
#331215 (or 0x331215) is known color: Rustic Red. HEX triplet: 33, 12 and 15. RGB value is (51,18,21). Sum of RGB (Red+Green+Blue) = 51+18+21=90 (11% of max value = 765). Red value is 51 (20.31% from 255 or 56.67% from 90); Green value is 18 (7.42% from 255 or 20% from 90); Blue value is 21 (8.59% from 255 or 23.33% from 90); Max value from RGB is 51 - color contains mainly: red. Hex color #331215 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #331215 is #CCEDEA. Grayscale: #1C1C1C. Windows color (decimal): -13430251 or 1380915. OLE color: 1380915.
HSL color Cylindrical-coordinate representation of color #331215: hue angle of 354.55º 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 #331215 is Cyan = 0, Magento = 0.65, Yellow = 0.59 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 51 | 18 | 21 | - |
| CMYK | 0 | 0.65 | 0.59 | 0.8 |
| HSL | 354.55º | 0.48% | 0.14% | - |
| HSV(B) | 354.55º | 0.65% | 0.2% | - |
| XYZ | 1.72 | 1.19 | 0.85 | - |
| YUV | 28.21 | 123.93 | 144.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 18 | 21 | 0 | 0.65 | 0.59 | 0.8 | 354.55 | 0.48 | 0.14 |
| Hex | 33 | 12 | 15 | 0 | 41 | 3B | 50 | 163 | 30 | E |
| Octal | 63 | 22 | 25 | 0 | 101 | 73 | 120 | 543 | 60 | 16 |
| Binary | 110011 | 10010 | 10101 | 0 | 1000001 | 111011 | 1010000 | 101100011 | 110000 | 1110 |
Color Harmonies of #331215
Complementary color
Monochromatic Colors of #331215
Black with #331215
Text Example
Text Example
White with #331215
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #331215; }
p { color: rgb(51,18,21); }
H1.HeaderClassName
{
color: #331215;
}
.AnyTagClassName
{
color: #331215;
}
</style>
background-color css
<style>
a { background-color: #331215; }
a { background-color: rgb(51,18,21); }
div.DivClassName
{
background-color: #331215;
}
.BgClassName
{
background-color: #331215;
}
</style>
border-color css
<style>
span { border-color: #331215; }
span { border-color: rgb(51,18,21); }
td.TdClassName
{
border-color: #331215;
}
.TagClassName
{
border-color: #331215;
}
</style>