Shades of Rustic Red #321116
Tints of Rustic Red #321116
RGB
CMYK
RGB Variations
Color information
#321116 (or 0x321116) is known color: Rustic Red. HEX triplet: 32, 11 and 16. RGB value is (50,17,22). Sum of RGB (Red+Green+Blue) = 50+17+22=89 (11% of max value = 765). Red value is 50 (19.92% from 255 or 56.18% from 89); Green value is 17 (7.03% from 255 or 19.10% from 89); Blue value is 22 (8.98% from 255 or 24.72% from 89); Max value from RGB is 50 - color contains mainly: red. Hex color #321116 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #321116 is #CDEEE9. Grayscale: #1B1B1B. Windows color (decimal): -13496042 or 1446194. OLE color: 1446194.
HSL color Cylindrical-coordinate representation of color #321116: hue angle of 350.91º degrees, saturation: 0.49, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #321116 is Cyan = 0, Magento = 0.66, Yellow = 0.56 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 50 | 17 | 22 | - |
| CMYK | 0 | 0.66 | 0.56 | 0.80 |
| HSL | 350.91º | 0.49% | 0.13% | - |
| HSV(B) | 350.91º | 0.66% | 0.2% | - |
| XYZ | 1.66 | 1.14 | 0.89 | - |
| YUV | 27.44 | 124.93 | 144.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 17 | 22 | 0 | 0.66 | 0.56 | 0.80 | 350.91 | 0.49 | 0.13 |
| Hex | 32 | 11 | 16 | 0 | 42 | 38 | 50 | 15F | 31 | D |
| Octal | 62 | 21 | 26 | 0 | 102 | 70 | 120 | 537 | 61 | 15 |
| Binary | 110010 | 10001 | 10110 | 0 | 1000010 | 111000 | 1010000 | 101011111 | 110001 | 1101 |
Color Harmonies of #321116
Complementary color
Monochromatic Colors of #321116
Black with #321116
Text Example
Text Example
White with #321116
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #321116; }
p { color: rgb(50,17,22); }
H1.HeaderClassName
{
color: #321116;
}
.AnyTagClassName
{
color: #321116;
}
</style>
background-color css
<style>
a { background-color: #321116; }
a { background-color: rgb(50,17,22); }
div.DivClassName
{
background-color: #321116;
}
.BgClassName
{
background-color: #321116;
}
</style>
border-color css
<style>
span { border-color: #321116; }
span { border-color: rgb(50,17,22); }
td.TdClassName
{
border-color: #321116;
}
.TagClassName
{
border-color: #321116;
}
</style>