Shades of Rustic Red #320E17
Tints of Rustic Red #320E17
RGB
CMYK
RGB Variations
Color information
#320E17 (or 0x320E17) is known color: Rustic Red. HEX triplet: 32, 0E and 17. RGB value is (50,14,23). Sum of RGB (Red+Green+Blue) = 50+14+23=87 (11% of max value = 765). Red value is 50 (19.92% from 255 or 57.47% from 87); Green value is 14 (5.86% from 255 or 16.09% from 87); Blue value is 23 (9.38% from 255 or 26.44% from 87); Max value from RGB is 50 - color contains mainly: red. Hex color #320E17 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #320E17 is #CDF1E8. Grayscale: #191919. Windows color (decimal): -13496809 or 1510962. OLE color: 1510962.
HSL color Cylindrical-coordinate representation of color #320E17: hue angle of 345º 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 #320E17 is Cyan = 0, Magento = 0.72, Yellow = 0.54 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 50 | 14 | 23 | - |
| CMYK | 0 | 0.72 | 0.54 | 0.80 |
| HSL | 345º | 0.56% | 0.13% | - |
| HSV(B) | 345º | 0.72% | 0.2% | - |
| XYZ | 1.63 | 1.05 | 0.93 | - |
| YUV | 25.79 | 126.43 | 145.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 14 | 23 | 0 | 0.72 | 0.54 | 0.80 | 345 | 0.56 | 0.13 |
| Hex | 32 | E | 17 | 0 | 48 | 36 | 50 | 159 | 38 | D |
| Octal | 62 | 16 | 27 | 0 | 110 | 66 | 120 | 531 | 70 | 15 |
| Binary | 110010 | 1110 | 10111 | 0 | 1001000 | 110110 | 1010000 | 101011001 | 111000 | 1101 |
Color Harmonies of #320E17
Complementary color
Monochromatic Colors of #320E17
Black with #320E17
Text Example
Text Example
White with #320E17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #320E17; }
p { color: rgb(50,14,23); }
H1.HeaderClassName
{
color: #320E17;
}
.AnyTagClassName
{
color: #320E17;
}
</style>
background-color css
<style>
a { background-color: #320E17; }
a { background-color: rgb(50,14,23); }
div.DivClassName
{
background-color: #320E17;
}
.BgClassName
{
background-color: #320E17;
}
</style>
border-color css
<style>
span { border-color: #320E17; }
span { border-color: rgb(50,14,23); }
td.TdClassName
{
border-color: #320E17;
}
.TagClassName
{
border-color: #320E17;
}
</style>