Shades of Rustic Red #321C1F
Tints of Rustic Red #321C1F
RGB
CMYK
RGB Variations
Color information
#321C1F (or 0x321C1F) is known color: Rustic Red. HEX triplet: 32, 1C and 1F. RGB value is (50,28,31). Sum of RGB (Red+Green+Blue) = 50+28+31=109 (14% of max value = 765). Red value is 50 (19.92% from 255 or 45.87% from 109); Green value is 28 (11.33% from 255 or 25.69% from 109); Blue value is 31 (12.5% from 255 or 28.44% from 109); Max value from RGB is 50 - color contains mainly: red. Hex color #321C1F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #321C1F is #CDE3E0. Grayscale: #222222. Windows color (decimal): -13493217 or 2038834. OLE color: 2038834.
HSL color Cylindrical-coordinate representation of color #321C1F: hue angle of 351.82º degrees, saturation: 0.28, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #321C1F is Cyan = 0, Magento = 0.44, Yellow = 0.38 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 50 | 28 | 31 | - |
| CMYK | 0 | 0.44 | 0.38 | 0.80 |
| HSL | 351.82º | 0.28% | 0.15% | - |
| HSV(B) | 351.82º | 0.44% | 0.2% | - |
| XYZ | 1.98 | 1.61 | 1.5 | - |
| YUV | 34.92 | 125.79 | 138.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 28 | 31 | 0 | 0.44 | 0.38 | 0.80 | 351.82 | 0.28 | 0.15 |
| Hex | 32 | 1C | 1F | 0 | 2C | 26 | 50 | 160 | 1C | F |
| Octal | 62 | 34 | 37 | 0 | 54 | 46 | 120 | 540 | 34 | 17 |
| Binary | 110010 | 11100 | 11111 | 0 | 101100 | 100110 | 1010000 | 101100000 | 11100 | 1111 |
Color Harmonies of #321C1F
Complementary color
Monochromatic Colors of #321C1F
Black with #321C1F
Text Example
Text Example
White with #321C1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #321C1F; }
p { color: rgb(50,28,31); }
H1.HeaderClassName
{
color: #321C1F;
}
.AnyTagClassName
{
color: #321C1F;
}
</style>
background-color css
<style>
a { background-color: #321C1F; }
a { background-color: rgb(50,28,31); }
div.DivClassName
{
background-color: #321C1F;
}
.BgClassName
{
background-color: #321C1F;
}
</style>
border-color css
<style>
span { border-color: #321C1F; }
span { border-color: rgb(50,28,31); }
td.TdClassName
{
border-color: #321C1F;
}
.TagClassName
{
border-color: #321C1F;
}
</style>