Shades of Rustic Red #320E16
Tints of Rustic Red #320E16
RGB
CMYK
RGB Variations
Color information
#320E16 (or 0x320E16) is known color: Rustic Red. HEX triplet: 32, 0E and 16. RGB value is (50,14,22). Sum of RGB (Red+Green+Blue) = 50+14+22=86 (11% of max value = 765). Red value is 50 (19.92% from 255 or 58.14% from 86); Green value is 14 (5.86% from 255 or 16.28% from 86); Blue value is 22 (8.98% from 255 or 25.58% from 86); Max value from RGB is 50 - color contains mainly: red. Hex color #320E16 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #320E16 is #CDF1E9. Grayscale: #191919. Windows color (decimal): -13496810 or 1445426. OLE color: 1445426.
HSL color Cylindrical-coordinate representation of color #320E16: hue angle of 346.67º degrees, saturation: 0.56, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #320E16 is Cyan = 0, Magento = 0.72, Yellow = 0.56 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 50 | 14 | 22 | - |
| CMYK | 0 | 0.72 | 0.56 | 0.80 |
| HSL | 346.67º | 0.56% | 0.13% | - |
| HSV(B) | 346.67º | 0.72% | 0.2% | - |
| XYZ | 1.62 | 1.05 | 0.88 | - |
| YUV | 25.68 | 125.93 | 145.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 14 | 22 | 0 | 0.72 | 0.56 | 0.80 | 346.67 | 0.56 | 0.13 |
| Hex | 32 | E | 16 | 0 | 48 | 38 | 50 | 15B | 38 | D |
| Octal | 62 | 16 | 26 | 0 | 110 | 70 | 120 | 533 | 70 | 15 |
| Binary | 110010 | 1110 | 10110 | 0 | 1001000 | 111000 | 1010000 | 101011011 | 111000 | 1101 |
Color Harmonies of #320E16
Complementary color
Monochromatic Colors of #320E16
Black with #320E16
Text Example
Text Example
White with #320E16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #320E16; }
p { color: rgb(50,14,22); }
H1.HeaderClassName
{
color: #320E16;
}
.AnyTagClassName
{
color: #320E16;
}
</style>
background-color css
<style>
a { background-color: #320E16; }
a { background-color: rgb(50,14,22); }
div.DivClassName
{
background-color: #320E16;
}
.BgClassName
{
background-color: #320E16;
}
</style>
border-color css
<style>
span { border-color: #320E16; }
span { border-color: rgb(50,14,22); }
td.TdClassName
{
border-color: #320E16;
}
.TagClassName
{
border-color: #320E16;
}
</style>