Shades of Rustic Red #321C1E
Tints of Rustic Red #321C1E
RGB
CMYK
RGB Variations
Color information
#321C1E (or 0x321C1E) is known color: Rustic Red. HEX triplet: 32, 1C and 1E. RGB value is (50,28,30). Sum of RGB (Red+Green+Blue) = 50+28+30=108 (14% of max value = 765). Red value is 50 (19.92% from 255 or 46.30% from 108); Green value is 28 (11.33% from 255 or 25.93% from 108); Blue value is 30 (12.11% from 255 or 27.78% from 108); Max value from RGB is 50 - color contains mainly: red. Hex color #321C1E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #321C1E is #CDE3E1. Grayscale: #222222. Windows color (decimal): -13493218 or 1973298. OLE color: 1973298.
HSL color Cylindrical-coordinate representation of color #321C1E: hue angle of 354.55º 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 #321C1E is Cyan = 0, Magento = 0.44, Yellow = 0.40 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 50 | 28 | 30 | - |
| CMYK | 0 | 0.44 | 0.40 | 0.80 |
| HSL | 354.55º | 0.28% | 0.15% | - |
| HSV(B) | 354.55º | 0.44% | 0.2% | - |
| XYZ | 1.96 | 1.6 | 1.43 | - |
| YUV | 34.81 | 125.29 | 138.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 28 | 30 | 0 | 0.44 | 0.40 | 0.80 | 354.55 | 0.28 | 0.15 |
| Hex | 32 | 1C | 1E | 0 | 2C | 28 | 50 | 163 | 1C | F |
| Octal | 62 | 34 | 36 | 0 | 54 | 50 | 120 | 543 | 34 | 17 |
| Binary | 110010 | 11100 | 11110 | 0 | 101100 | 101000 | 1010000 | 101100011 | 11100 | 1111 |
Color Harmonies of #321C1E
Complementary color
Monochromatic Colors of #321C1E
Black with #321C1E
Text Example
Text Example
White with #321C1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #321C1E; }
p { color: rgb(50,28,30); }
H1.HeaderClassName
{
color: #321C1E;
}
.AnyTagClassName
{
color: #321C1E;
}
</style>
background-color css
<style>
a { background-color: #321C1E; }
a { background-color: rgb(50,28,30); }
div.DivClassName
{
background-color: #321C1E;
}
.BgClassName
{
background-color: #321C1E;
}
</style>
border-color css
<style>
span { border-color: #321C1E; }
span { border-color: rgb(50,28,30); }
td.TdClassName
{
border-color: #321C1E;
}
.TagClassName
{
border-color: #321C1E;
}
</style>