Shades of Rustic Red #320F16
Tints of Rustic Red #320F16
RGB
CMYK
RGB Variations
Color information
#320F16 (or 0x320F16) is known color: Rustic Red. HEX triplet: 32, 0F and 16. RGB value is (50,15,22). Sum of RGB (Red+Green+Blue) = 50+15+22=87 (11% of max value = 765). Red value is 50 (19.92% from 255 or 57.47% from 87); Green value is 15 (6.25% from 255 or 17.24% from 87); Blue value is 22 (8.98% from 255 or 25.29% from 87); Max value from RGB is 50 - color contains mainly: red. Hex color #320F16 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #320F16 is #CDF0E9. Grayscale: #1A1A1A. Windows color (decimal): -13496554 or 1445682. OLE color: 1445682.
HSL color Cylindrical-coordinate representation of color #320F16: hue angle of 348º degrees, saturation: 0.54, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #320F16 is Cyan = 0, Magento = 0.70, Yellow = 0.56 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 50 | 15 | 22 | - |
| CMYK | 0 | 0.70 | 0.56 | 0.80 |
| HSL | 348º | 0.54% | 0.13% | - |
| HSV(B) | 348º | 0.7% | 0.2% | - |
| XYZ | 1.63 | 1.08 | 0.88 | - |
| YUV | 26.26 | 125.6 | 144.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 15 | 22 | 0 | 0.70 | 0.56 | 0.80 | 348 | 0.54 | 0.13 |
| Hex | 32 | F | 16 | 0 | 46 | 38 | 50 | 15C | 36 | D |
| Octal | 62 | 17 | 26 | 0 | 106 | 70 | 120 | 534 | 66 | 15 |
| Binary | 110010 | 1111 | 10110 | 0 | 1000110 | 111000 | 1010000 | 101011100 | 110110 | 1101 |
Color Harmonies of #320F16
Complementary color
Monochromatic Colors of #320F16
Black with #320F16
Text Example
Text Example
White with #320F16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #320F16; }
p { color: rgb(50,15,22); }
H1.HeaderClassName
{
color: #320F16;
}
.AnyTagClassName
{
color: #320F16;
}
</style>
background-color css
<style>
a { background-color: #320F16; }
a { background-color: rgb(50,15,22); }
div.DivClassName
{
background-color: #320F16;
}
.BgClassName
{
background-color: #320F16;
}
</style>
border-color css
<style>
span { border-color: #320F16; }
span { border-color: rgb(50,15,22); }
td.TdClassName
{
border-color: #320F16;
}
.TagClassName
{
border-color: #320F16;
}
</style>