Shades of Rustic Red #321016
Tints of Rustic Red #321016
RGB
CMYK
RGB Variations
Color information
#321016 (or 0x321016) is known color: Rustic Red. HEX triplet: 32, 10 and 16. RGB value is (50,16,22). Sum of RGB (Red+Green+Blue) = 50+16+22=88 (11% of max value = 765). Red value is 50 (19.92% from 255 or 56.82% from 88); Green value is 16 (6.64% from 255 or 18.18% from 88); Blue value is 22 (8.98% from 255 or 25% from 88); Max value from RGB is 50 - color contains mainly: red. Hex color #321016 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #321016 is #CDEFE9. Grayscale: #1A1A1A. Windows color (decimal): -13496298 or 1445938. OLE color: 1445938.
HSL color Cylindrical-coordinate representation of color #321016: hue angle of 349.41º degrees, saturation: 0.52, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #321016 is Cyan = 0, Magento = 0.68, Yellow = 0.56 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 50 | 16 | 22 | - |
| CMYK | 0 | 0.68 | 0.56 | 0.80 |
| HSL | 349.41º | 0.52% | 0.13% | - |
| HSV(B) | 349.41º | 0.68% | 0.2% | - |
| XYZ | 1.65 | 1.11 | 0.89 | - |
| YUV | 26.85 | 125.26 | 144.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 16 | 22 | 0 | 0.68 | 0.56 | 0.80 | 349.41 | 0.52 | 0.13 |
| Hex | 32 | 10 | 16 | 0 | 44 | 38 | 50 | 15D | 34 | D |
| Octal | 62 | 20 | 26 | 0 | 104 | 70 | 120 | 535 | 64 | 15 |
| Binary | 110010 | 10000 | 10110 | 0 | 1000100 | 111000 | 1010000 | 101011101 | 110100 | 1101 |
Color Harmonies of #321016
Complementary color
Monochromatic Colors of #321016
Black with #321016
Text Example
Text Example
White with #321016
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #321016; }
p { color: rgb(50,16,22); }
H1.HeaderClassName
{
color: #321016;
}
.AnyTagClassName
{
color: #321016;
}
</style>
background-color css
<style>
a { background-color: #321016; }
a { background-color: rgb(50,16,22); }
div.DivClassName
{
background-color: #321016;
}
.BgClassName
{
background-color: #321016;
}
</style>
border-color css
<style>
span { border-color: #321016; }
span { border-color: rgb(50,16,22); }
td.TdClassName
{
border-color: #321016;
}
.TagClassName
{
border-color: #321016;
}
</style>