Shades of Rustic Red #32191C
Tints of Rustic Red #32191C
RGB
CMYK
RGB Variations
Color information
#32191C (or 0x32191C) is known color: Rustic Red. HEX triplet: 32, 19 and 1C. RGB value is (50,25,28). Sum of RGB (Red+Green+Blue) = 50+25+28=103 (13% of max value = 765). Red value is 50 (19.92% from 255 or 48.54% from 103); Green value is 25 (10.16% from 255 or 24.27% from 103); Blue value is 28 (11.33% from 255 or 27.18% from 103); Max value from RGB is 50 - color contains mainly: red. Hex color #32191C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #32191C is #CDE6E3. Grayscale: #202020. Windows color (decimal): -13493988 or 1841458. OLE color: 1841458.
HSL color Cylindrical-coordinate representation of color #32191C: hue angle of 352.8º 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 #32191C is Cyan = 0, Magento = 0.50, Yellow = 0.44 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 50 | 25 | 28 | - |
| CMYK | 0 | 0.50 | 0.44 | 0.80 |
| HSL | 352.8º | 0.33% | 0.15% | - |
| HSV(B) | 352.8º | 0.5% | 0.2% | - |
| XYZ | 1.87 | 1.46 | 1.28 | - |
| YUV | 32.82 | 125.28 | 140.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 25 | 28 | 0 | 0.50 | 0.44 | 0.80 | 352.8 | 0.33 | 0.15 |
| Hex | 32 | 19 | 1C | 0 | 32 | 2C | 50 | 161 | 21 | F |
| Octal | 62 | 31 | 34 | 0 | 62 | 54 | 120 | 541 | 41 | 17 |
| Binary | 110010 | 11001 | 11100 | 0 | 110010 | 101100 | 1010000 | 101100001 | 100001 | 1111 |
Color Harmonies of #32191C
Complementary color
Monochromatic Colors of #32191C
Black with #32191C
Text Example
Text Example
White with #32191C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32191C; }
p { color: rgb(50,25,28); }
H1.HeaderClassName
{
color: #32191C;
}
.AnyTagClassName
{
color: #32191C;
}
</style>
background-color css
<style>
a { background-color: #32191C; }
a { background-color: rgb(50,25,28); }
div.DivClassName
{
background-color: #32191C;
}
.BgClassName
{
background-color: #32191C;
}
</style>
border-color css
<style>
span { border-color: #32191C; }
span { border-color: rgb(50,25,28); }
td.TdClassName
{
border-color: #32191C;
}
.TagClassName
{
border-color: #32191C;
}
</style>