Shades of Rustic Red #321617
Tints of Rustic Red #321617
RGB
CMYK
RGB Variations
Color information
#321617 (or 0x321617) is known color: Rustic Red. HEX triplet: 32, 16 and 17. RGB value is (50,22,23). Sum of RGB (Red+Green+Blue) = 50+22+23=95 (12% of max value = 765). Red value is 50 (19.92% from 255 or 52.63% from 95); Green value is 22 (8.98% from 255 or 23.16% from 95); Blue value is 23 (9.38% from 255 or 24.21% from 95); Max value from RGB is 50 - color contains mainly: red. Hex color #321617 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #321617 is #CDE9E8. Grayscale: #1E1E1E. Windows color (decimal): -13494761 or 1513010. OLE color: 1513010.
HSL color Cylindrical-coordinate representation of color #321617: hue angle of 357.86º degrees, saturation: 0.39, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #321617 is Cyan = 0, Magento = 0.56, Yellow = 0.54 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 50 | 22 | 23 | - |
| CMYK | 0 | 0.56 | 0.54 | 0.80 |
| HSL | 357.86º | 0.39% | 0.14% | - |
| HSV(B) | 357.86º | 0.56% | 0.2% | - |
| XYZ | 1.76 | 1.31 | 0.97 | - |
| YUV | 30.49 | 123.78 | 141.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 22 | 23 | 0 | 0.56 | 0.54 | 0.80 | 357.86 | 0.39 | 0.14 |
| Hex | 32 | 16 | 17 | 0 | 38 | 36 | 50 | 166 | 27 | E |
| Octal | 62 | 26 | 27 | 0 | 70 | 66 | 120 | 546 | 47 | 16 |
| Binary | 110010 | 10110 | 10111 | 0 | 111000 | 110110 | 1010000 | 101100110 | 100111 | 1110 |
Color Harmonies of #321617
Complementary color
Monochromatic Colors of #321617
Black with #321617
Text Example
Text Example
White with #321617
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #321617; }
p { color: rgb(50,22,23); }
H1.HeaderClassName
{
color: #321617;
}
.AnyTagClassName
{
color: #321617;
}
</style>
background-color css
<style>
a { background-color: #321617; }
a { background-color: rgb(50,22,23); }
div.DivClassName
{
background-color: #321617;
}
.BgClassName
{
background-color: #321617;
}
</style>
border-color css
<style>
span { border-color: #321617; }
span { border-color: rgb(50,22,23); }
td.TdClassName
{
border-color: #321617;
}
.TagClassName
{
border-color: #321617;
}
</style>