Shades of Rustic Red #320F14
Tints of Rustic Red #320F14
RGB
CMYK
RGB Variations
Color information
#320F14 (or 0x320F14) is known color: Rustic Red. HEX triplet: 32, 0F and 14. RGB value is (50,15,20). Sum of RGB (Red+Green+Blue) = 50+15+20=85 (11% of max value = 765). Red value is 50 (19.92% from 255 or 58.82% from 85); Green value is 15 (6.25% from 255 or 17.65% from 85); Blue value is 20 (8.20% from 255 or 23.53% from 85); Max value from RGB is 50 - color contains mainly: red. Hex color #320F14 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #320F14 is #CDF0EB. Grayscale: #1A1A1A. Windows color (decimal): -13496556 or 1314610. OLE color: 1314610.
HSL color Cylindrical-coordinate representation of color #320F14: hue angle of 351.43º 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 #320F14 is Cyan = 0, Magento = 0.70, Yellow = 0.60 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 50 | 15 | 20 | - |
| CMYK | 0 | 0.70 | 0.60 | 0.80 |
| HSL | 351.43º | 0.54% | 0.13% | - |
| HSV(B) | 351.43º | 0.7% | 0.2% | - |
| XYZ | 1.61 | 1.07 | 0.78 | - |
| YUV | 26.04 | 124.6 | 145.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 15 | 20 | 0 | 0.70 | 0.60 | 0.80 | 351.43 | 0.54 | 0.13 |
| Hex | 32 | F | 14 | 0 | 46 | 3C | 50 | 15F | 36 | D |
| Octal | 62 | 17 | 24 | 0 | 106 | 74 | 120 | 537 | 66 | 15 |
| Binary | 110010 | 1111 | 10100 | 0 | 1000110 | 111100 | 1010000 | 101011111 | 110110 | 1101 |
Color Harmonies of #320F14
Complementary color
Monochromatic Colors of #320F14
Black with #320F14
Text Example
Text Example
White with #320F14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #320F14; }
p { color: rgb(50,15,20); }
H1.HeaderClassName
{
color: #320F14;
}
.AnyTagClassName
{
color: #320F14;
}
</style>
background-color css
<style>
a { background-color: #320F14; }
a { background-color: rgb(50,15,20); }
div.DivClassName
{
background-color: #320F14;
}
.BgClassName
{
background-color: #320F14;
}
</style>
border-color css
<style>
span { border-color: #320F14; }
span { border-color: rgb(50,15,20); }
td.TdClassName
{
border-color: #320F14;
}
.TagClassName
{
border-color: #320F14;
}
</style>