Shades of Rustic Red #321D1F
Tints of Rustic Red #321D1F
RGB
CMYK
RGB Variations
Color information
#321D1F (or 0x321D1F) is known color: Rustic Red. HEX triplet: 32, 1D and 1F. RGB value is (50,29,31). Sum of RGB (Red+Green+Blue) = 50+29+31=110 (14% of max value = 765). Red value is 50 (19.92% from 255 or 45.45% from 110); Green value is 29 (11.72% from 255 or 26.36% from 110); Blue value is 31 (12.5% from 255 or 28.18% from 110); Max value from RGB is 50 - color contains mainly: red. Hex color #321D1F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #321D1F is #CDE2E0. Grayscale: #232323. Windows color (decimal): -13492961 or 2039090. OLE color: 2039090.
HSL color Cylindrical-coordinate representation of color #321D1F: hue angle of 354.29º degrees, saturation: 0.27, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #321D1F is Cyan = 0, Magento = 0.42, Yellow = 0.38 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 50 | 29 | 31 | - |
| CMYK | 0 | 0.42 | 0.38 | 0.80 |
| HSL | 354.29º | 0.27% | 0.15% | - |
| HSV(B) | 354.29º | 0.42% | 0.2% | - |
| XYZ | 2 | 1.66 | 1.51 | - |
| YUV | 35.51 | 125.46 | 138.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 29 | 31 | 0 | 0.42 | 0.38 | 0.80 | 354.29 | 0.27 | 0.15 |
| Hex | 32 | 1D | 1F | 0 | 2A | 26 | 50 | 162 | 1B | F |
| Octal | 62 | 35 | 37 | 0 | 52 | 46 | 120 | 542 | 33 | 17 |
| Binary | 110010 | 11101 | 11111 | 0 | 101010 | 100110 | 1010000 | 101100010 | 11011 | 1111 |
Color Harmonies of #321D1F
Complementary color
Monochromatic Colors of #321D1F
Black with #321D1F
Text Example
Text Example
White with #321D1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #321D1F; }
p { color: rgb(50,29,31); }
H1.HeaderClassName
{
color: #321D1F;
}
.AnyTagClassName
{
color: #321D1F;
}
</style>
background-color css
<style>
a { background-color: #321D1F; }
a { background-color: rgb(50,29,31); }
div.DivClassName
{
background-color: #321D1F;
}
.BgClassName
{
background-color: #321D1F;
}
</style>
border-color css
<style>
span { border-color: #321D1F; }
span { border-color: rgb(50,29,31); }
td.TdClassName
{
border-color: #321D1F;
}
.TagClassName
{
border-color: #321D1F;
}
</style>