Shades of Rustic Red #331315
Tints of Rustic Red #331315
RGB
CMYK
RGB Variations
Color information
#331315 (or 0x331315) is known color: Rustic Red. HEX triplet: 33, 13 and 15. RGB value is (51,19,21). Sum of RGB (Red+Green+Blue) = 51+19+21=91 (12% of max value = 765). Red value is 51 (20.31% from 255 or 56.04% from 91); Green value is 19 (7.81% from 255 or 20.88% from 91); Blue value is 21 (8.59% from 255 or 23.08% from 91); Max value from RGB is 51 - color contains mainly: red. Hex color #331315 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #331315 is #CCECEA. Grayscale: #1C1C1C. Windows color (decimal): -13429995 or 1381171. OLE color: 1381171.
HSL color Cylindrical-coordinate representation of color #331315: hue angle of 356.25º degrees, saturation: 0.46, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #331315 is Cyan = 0, Magento = 0.63, Yellow = 0.59 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 51 | 19 | 21 | - |
| CMYK | 0 | 0.63 | 0.59 | 0.8 |
| HSL | 356.25º | 0.46% | 0.14% | - |
| HSV(B) | 356.25º | 0.63% | 0.2% | - |
| XYZ | 1.73 | 1.22 | 0.85 | - |
| YUV | 28.8 | 123.6 | 143.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 19 | 21 | 0 | 0.63 | 0.59 | 0.8 | 356.25 | 0.46 | 0.14 |
| Hex | 33 | 13 | 15 | 0 | 3F | 3B | 50 | 164 | 2E | E |
| Octal | 63 | 23 | 25 | 0 | 77 | 73 | 120 | 544 | 56 | 16 |
| Binary | 110011 | 10011 | 10101 | 0 | 111111 | 111011 | 1010000 | 101100100 | 101110 | 1110 |
Color Harmonies of #331315
Complementary color
Monochromatic Colors of #331315
Black with #331315
Text Example
Text Example
White with #331315
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #331315; }
p { color: rgb(51,19,21); }
H1.HeaderClassName
{
color: #331315;
}
.AnyTagClassName
{
color: #331315;
}
</style>
background-color css
<style>
a { background-color: #331315; }
a { background-color: rgb(51,19,21); }
div.DivClassName
{
background-color: #331315;
}
.BgClassName
{
background-color: #331315;
}
</style>
border-color css
<style>
span { border-color: #331315; }
span { border-color: rgb(51,19,21); }
td.TdClassName
{
border-color: #331315;
}
.TagClassName
{
border-color: #331315;
}
</style>