Shades of Rustic Red #321215
Tints of Rustic Red #321215
RGB
CMYK
RGB Variations
Color information
#321215 (or 0x321215) is known color: Rustic Red. HEX triplet: 32, 12 and 15. RGB value is (50,18,21). Sum of RGB (Red+Green+Blue) = 50+18+21=89 (11% of max value = 765). Red value is 50 (19.92% from 255 or 56.18% from 89); Green value is 18 (7.42% from 255 or 20.22% from 89); Blue value is 21 (8.59% from 255 or 23.60% from 89); Max value from RGB is 50 - color contains mainly: red. Hex color #321215 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #321215 is #CDEDEA. Grayscale: #1B1B1B. Windows color (decimal): -13495787 or 1380914. OLE color: 1380914.
HSL color Cylindrical-coordinate representation of color #321215: hue angle of 354.38º degrees, saturation: 0.47, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #321215 is Cyan = 0, Magento = 0.64, Yellow = 0.58 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 50 | 18 | 21 | - |
| CMYK | 0 | 0.64 | 0.58 | 0.80 |
| HSL | 354.38º | 0.47% | 0.13% | - |
| HSV(B) | 354.38º | 0.64% | 0.2% | - |
| XYZ | 1.67 | 1.16 | 0.85 | - |
| YUV | 27.91 | 124.1 | 143.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 18 | 21 | 0 | 0.64 | 0.58 | 0.80 | 354.38 | 0.47 | 0.13 |
| Hex | 32 | 12 | 15 | 0 | 40 | 3A | 50 | 162 | 2F | D |
| Octal | 62 | 22 | 25 | 0 | 100 | 72 | 120 | 542 | 57 | 15 |
| Binary | 110010 | 10010 | 10101 | 0 | 1000000 | 111010 | 1010000 | 101100010 | 101111 | 1101 |
Color Harmonies of #321215
Complementary color
Monochromatic Colors of #321215
Black with #321215
Text Example
Text Example
White with #321215
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #321215; }
p { color: rgb(50,18,21); }
H1.HeaderClassName
{
color: #321215;
}
.AnyTagClassName
{
color: #321215;
}
</style>
background-color css
<style>
a { background-color: #321215; }
a { background-color: rgb(50,18,21); }
div.DivClassName
{
background-color: #321215;
}
.BgClassName
{
background-color: #321215;
}
</style>
border-color css
<style>
span { border-color: #321215; }
span { border-color: rgb(50,18,21); }
td.TdClassName
{
border-color: #321215;
}
.TagClassName
{
border-color: #321215;
}
</style>