Shades of Rustic Red #32171D
Tints of Rustic Red #32171D
RGB
CMYK
RGB Variations
Color information
#32171D (or 0x32171D) is known color: Rustic Red. HEX triplet: 32, 17 and 1D. RGB value is (50,23,29). Sum of RGB (Red+Green+Blue) = 50+23+29=102 (13% of max value = 765). Red value is 50 (19.92% from 255 or 49.02% from 102); Green value is 23 (9.38% from 255 or 22.55% from 102); Blue value is 29 (11.72% from 255 or 28.43% from 102); Max value from RGB is 50 - color contains mainly: red. Hex color #32171D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #32171D is #CDE8E2. Grayscale: #1F1F1F. Windows color (decimal): -13494499 or 1906482. OLE color: 1906482.
HSL color Cylindrical-coordinate representation of color #32171D: hue angle of 346.67º degrees, saturation: 0.37, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #32171D is Cyan = 0, Magento = 0.54, Yellow = 0.42 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 50 | 23 | 29 | - |
| CMYK | 0 | 0.54 | 0.42 | 0.80 |
| HSL | 346.67º | 0.37% | 0.14% | - |
| HSV(B) | 346.67º | 0.54% | 0.2% | - |
| XYZ | 1.84 | 1.38 | 1.33 | - |
| YUV | 31.76 | 126.45 | 141.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 23 | 29 | 0 | 0.54 | 0.42 | 0.80 | 346.67 | 0.37 | 0.14 |
| Hex | 32 | 17 | 1D | 0 | 36 | 2A | 50 | 15B | 25 | E |
| Octal | 62 | 27 | 35 | 0 | 66 | 52 | 120 | 533 | 45 | 16 |
| Binary | 110010 | 10111 | 11101 | 0 | 110110 | 101010 | 1010000 | 101011011 | 100101 | 1110 |
Color Harmonies of #32171D
Complementary color
Monochromatic Colors of #32171D
Black with #32171D
Text Example
Text Example
White with #32171D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32171D; }
p { color: rgb(50,23,29); }
H1.HeaderClassName
{
color: #32171D;
}
.AnyTagClassName
{
color: #32171D;
}
</style>
background-color css
<style>
a { background-color: #32171D; }
a { background-color: rgb(50,23,29); }
div.DivClassName
{
background-color: #32171D;
}
.BgClassName
{
background-color: #32171D;
}
</style>
border-color css
<style>
span { border-color: #32171D; }
span { border-color: rgb(50,23,29); }
td.TdClassName
{
border-color: #32171D;
}
.TagClassName
{
border-color: #32171D;
}
</style>