Shades of Rustic Red #320E15
Tints of Rustic Red #320E15
RGB
CMYK
RGB Variations
Color information
#320E15 (or 0x320E15) is known color: Rustic Red. HEX triplet: 32, 0E and 15. RGB value is (50,14,21). Sum of RGB (Red+Green+Blue) = 50+14+21=85 (11% of max value = 765). Red value is 50 (19.92% from 255 or 58.82% from 85); Green value is 14 (5.86% from 255 or 16.47% from 85); Blue value is 21 (8.59% from 255 or 24.71% from 85); Max value from RGB is 50 - color contains mainly: red. Hex color #320E15 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #320E15 is #CDF1EA. Grayscale: #191919. Windows color (decimal): -13496811 or 1379890. OLE color: 1379890.
HSL color Cylindrical-coordinate representation of color #320E15: hue angle of 348.33º 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 #320E15 is Cyan = 0, Magento = 0.72, Yellow = 0.58 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 50 | 14 | 21 | - |
| CMYK | 0 | 0.72 | 0.58 | 0.80 |
| HSL | 348.33º | 0.56% | 0.13% | - |
| HSV(B) | 348.33º | 0.72% | 0.2% | - |
| XYZ | 1.61 | 1.05 | 0.83 | - |
| YUV | 25.56 | 125.43 | 145.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 14 | 21 | 0 | 0.72 | 0.58 | 0.80 | 348.33 | 0.56 | 0.13 |
| Hex | 32 | E | 15 | 0 | 48 | 3A | 50 | 15C | 38 | D |
| Octal | 62 | 16 | 25 | 0 | 110 | 72 | 120 | 534 | 70 | 15 |
| Binary | 110010 | 1110 | 10101 | 0 | 1001000 | 111010 | 1010000 | 101011100 | 111000 | 1101 |
Color Harmonies of #320E15
Complementary color
Monochromatic Colors of #320E15
Black with #320E15
Text Example
Text Example
White with #320E15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #320E15; }
p { color: rgb(50,14,21); }
H1.HeaderClassName
{
color: #320E15;
}
.AnyTagClassName
{
color: #320E15;
}
</style>
background-color css
<style>
a { background-color: #320E15; }
a { background-color: rgb(50,14,21); }
div.DivClassName
{
background-color: #320E15;
}
.BgClassName
{
background-color: #320E15;
}
</style>
border-color css
<style>
span { border-color: #320E15; }
span { border-color: rgb(50,14,21); }
td.TdClassName
{
border-color: #320E15;
}
.TagClassName
{
border-color: #320E15;
}
</style>