Shades of Rustic Red #32191D
Tints of Rustic Red #32191D
RGB
CMYK
RGB Variations
Color information
#32191D (or 0x32191D) is known color: Rustic Red. HEX triplet: 32, 19 and 1D. RGB value is (50,25,29). Sum of RGB (Red+Green+Blue) = 50+25+29=104 (13% of max value = 765). Red value is 50 (19.92% from 255 or 48.08% from 104); Green value is 25 (10.16% from 255 or 24.04% from 104); Blue value is 29 (11.72% from 255 or 27.88% from 104); Max value from RGB is 50 - color contains mainly: red. Hex color #32191D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #32191D is #CDE6E2. Grayscale: #202020. Windows color (decimal): -13493987 or 1906994. OLE color: 1906994.
HSL color Cylindrical-coordinate representation of color #32191D: hue angle of 350.4º degrees, saturation: 0.33, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #32191D is Cyan = 0, Magento = 0.50, Yellow = 0.42 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 50 | 25 | 29 | - |
| CMYK | 0 | 0.50 | 0.42 | 0.80 |
| HSL | 350.4º | 0.33% | 0.15% | - |
| HSV(B) | 350.4º | 0.5% | 0.2% | - |
| XYZ | 1.88 | 1.46 | 1.35 | - |
| YUV | 32.93 | 125.78 | 140.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 25 | 29 | 0 | 0.50 | 0.42 | 0.80 | 350.4 | 0.33 | 0.15 |
| Hex | 32 | 19 | 1D | 0 | 32 | 2A | 50 | 15E | 21 | F |
| Octal | 62 | 31 | 35 | 0 | 62 | 52 | 120 | 536 | 41 | 17 |
| Binary | 110010 | 11001 | 11101 | 0 | 110010 | 101010 | 1010000 | 101011110 | 100001 | 1111 |
Color Harmonies of #32191D
Complementary color
Monochromatic Colors of #32191D
Black with #32191D
Text Example
Text Example
White with #32191D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32191D; }
p { color: rgb(50,25,29); }
H1.HeaderClassName
{
color: #32191D;
}
.AnyTagClassName
{
color: #32191D;
}
</style>
background-color css
<style>
a { background-color: #32191D; }
a { background-color: rgb(50,25,29); }
div.DivClassName
{
background-color: #32191D;
}
.BgClassName
{
background-color: #32191D;
}
</style>
border-color css
<style>
span { border-color: #32191D; }
span { border-color: rgb(50,25,29); }
td.TdClassName
{
border-color: #32191D;
}
.TagClassName
{
border-color: #32191D;
}
</style>