Shades of Rustic Red #320E13
Tints of Rustic Red #320E13
RGB
CMYK
RGB Variations
Color information
#320E13 (or 0x320E13) is known color: Rustic Red. HEX triplet: 32, 0E and 13. RGB value is (50,14,19). Sum of RGB (Red+Green+Blue) = 50+14+19=83 (10% of max value = 765). Red value is 50 (19.92% from 255 or 60.24% from 83); Green value is 14 (5.86% from 255 or 16.87% from 83); Blue value is 19 (7.81% from 255 or 22.89% from 83); Max value from RGB is 50 - color contains mainly: red. Hex color #320E13 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #320E13 is #CDF1EC. Grayscale: #191919. Windows color (decimal): -13496813 or 1248818. OLE color: 1248818.
HSL color Cylindrical-coordinate representation of color #320E13: hue angle of 351.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 #320E13 is Cyan = 0, Magento = 0.72, Yellow = 0.62 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 50 | 14 | 19 | - |
| CMYK | 0 | 0.72 | 0.62 | 0.80 |
| HSL | 351.67º | 0.56% | 0.13% | - |
| HSV(B) | 351.67º | 0.72% | 0.2% | - |
| XYZ | 1.59 | 1.04 | 0.73 | - |
| YUV | 25.33 | 124.43 | 145.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 14 | 19 | 0 | 0.72 | 0.62 | 0.80 | 351.67 | 0.56 | 0.13 |
| Hex | 32 | E | 13 | 0 | 48 | 3E | 50 | 160 | 38 | D |
| Octal | 62 | 16 | 23 | 0 | 110 | 76 | 120 | 540 | 70 | 15 |
| Binary | 110010 | 1110 | 10011 | 0 | 1001000 | 111110 | 1010000 | 101100000 | 111000 | 1101 |
Color Harmonies of #320E13
Complementary color
Monochromatic Colors of #320E13
Black with #320E13
Text Example
Text Example
White with #320E13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #320E13; }
p { color: rgb(50,14,19); }
H1.HeaderClassName
{
color: #320E13;
}
.AnyTagClassName
{
color: #320E13;
}
</style>
background-color css
<style>
a { background-color: #320E13; }
a { background-color: rgb(50,14,19); }
div.DivClassName
{
background-color: #320E13;
}
.BgClassName
{
background-color: #320E13;
}
</style>
border-color css
<style>
span { border-color: #320E13; }
span { border-color: rgb(50,14,19); }
td.TdClassName
{
border-color: #320E13;
}
.TagClassName
{
border-color: #320E13;
}
</style>