Shades of Rustic Red #331D1E
Tints of Rustic Red #331D1E
RGB
CMYK
RGB Variations
Color information
#331D1E (or 0x331D1E) is known color: Rustic Red. HEX triplet: 33, 1D and 1E. RGB value is (51,29,30). Sum of RGB (Red+Green+Blue) = 51+29+30=110 (14% of max value = 765). Red value is 51 (20.31% from 255 or 46.36% from 110); Green value is 29 (11.72% from 255 or 26.36% from 110); Blue value is 30 (12.11% from 255 or 27.27% from 110); Max value from RGB is 51 - color contains mainly: red. Hex color #331D1E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #331D1E is #CCE2E1. Grayscale: #232323. Windows color (decimal): -13427426 or 1973555. OLE color: 1973555.
HSL color Cylindrical-coordinate representation of color #331D1E: hue angle of 357.27º degrees, saturation: 0.28, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #331D1E is Cyan = 0, Magento = 0.43, Yellow = 0.41 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 51 | 29 | 30 | - |
| CMYK | 0 | 0.43 | 0.41 | 0.8 |
| HSL | 357.27º | 0.28% | 0.16% | - |
| HSV(B) | 357.27º | 0.43% | 0.2% | - |
| XYZ | 2.04 | 1.68 | 1.44 | - |
| YUV | 35.69 | 124.79 | 138.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 29 | 30 | 0 | 0.43 | 0.41 | 0.8 | 357.27 | 0.28 | 0.16 |
| Hex | 33 | 1D | 1E | 0 | 2B | 29 | 50 | 165 | 1C | 10 |
| Octal | 63 | 35 | 36 | 0 | 53 | 51 | 120 | 545 | 34 | 20 |
| Binary | 110011 | 11101 | 11110 | 0 | 101011 | 101001 | 1010000 | 101100101 | 11100 | 10000 |
Color Harmonies of #331D1E
Complementary color
Monochromatic Colors of #331D1E
Black with #331D1E
Text Example
Text Example
White with #331D1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #331D1E; }
p { color: rgb(51,29,30); }
H1.HeaderClassName
{
color: #331D1E;
}
.AnyTagClassName
{
color: #331D1E;
}
</style>
background-color css
<style>
a { background-color: #331D1E; }
a { background-color: rgb(51,29,30); }
div.DivClassName
{
background-color: #331D1E;
}
.BgClassName
{
background-color: #331D1E;
}
</style>
border-color css
<style>
span { border-color: #331D1E; }
span { border-color: rgb(51,29,30); }
td.TdClassName
{
border-color: #331D1E;
}
.TagClassName
{
border-color: #331D1E;
}
</style>