Shades of Rustic Red #320D16
Tints of Rustic Red #320D16
RGB
CMYK
RGB Variations
Color information
#320D16 (or 0x320D16) is known color: Rustic Red. HEX triplet: 32, 0D and 16. RGB value is (50,13,22). Sum of RGB (Red+Green+Blue) = 50+13+22=85 (11% of max value = 765). Red value is 50 (19.92% from 255 or 58.82% from 85); Green value is 13 (5.47% from 255 or 15.29% from 85); Blue value is 22 (8.98% from 255 or 25.88% from 85); Max value from RGB is 50 - color contains mainly: red. Hex color #320D16 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #320D16 is #CDF2E9. Grayscale: #191919. Windows color (decimal): -13497066 or 1445170. OLE color: 1445170.
HSL color Cylindrical-coordinate representation of color #320D16: hue angle of 345.41º degrees, saturation: 0.59, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #320D16 is Cyan = 0, Magento = 0.74, Yellow = 0.56 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 50 | 13 | 22 | - |
| CMYK | 0 | 0.74 | 0.56 | 0.80 |
| HSL | 345.41º | 0.59% | 0.12% | - |
| HSV(B) | 345.41º | 0.74% | 0.2% | - |
| XYZ | 1.6 | 1.02 | 0.87 | - |
| YUV | 25.09 | 126.26 | 145.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 13 | 22 | 0 | 0.74 | 0.56 | 0.80 | 345.41 | 0.59 | 0.12 |
| Hex | 32 | D | 16 | 0 | 4A | 38 | 50 | 159 | 3B | C |
| Octal | 62 | 15 | 26 | 0 | 112 | 70 | 120 | 531 | 73 | 14 |
| Binary | 110010 | 1101 | 10110 | 0 | 1001010 | 111000 | 1010000 | 101011001 | 111011 | 1100 |
Color Harmonies of #320D16
Complementary color
Monochromatic Colors of #320D16
Black with #320D16
Text Example
Text Example
White with #320D16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #320D16; }
p { color: rgb(50,13,22); }
H1.HeaderClassName
{
color: #320D16;
}
.AnyTagClassName
{
color: #320D16;
}
</style>
background-color css
<style>
a { background-color: #320D16; }
a { background-color: rgb(50,13,22); }
div.DivClassName
{
background-color: #320D16;
}
.BgClassName
{
background-color: #320D16;
}
</style>
border-color css
<style>
span { border-color: #320D16; }
span { border-color: rgb(50,13,22); }
td.TdClassName
{
border-color: #320D16;
}
.TagClassName
{
border-color: #320D16;
}
</style>