Shades of Rustic Red #32111B
Tints of Rustic Red #32111B
RGB
CMYK
RGB Variations
Color information
#32111B (or 0x32111B) is known color: Rustic Red. HEX triplet: 32, 11 and 1B. RGB value is (50,17,27). Sum of RGB (Red+Green+Blue) = 50+17+27=94 (12% of max value = 765). Red value is 50 (19.92% from 255 or 53.19% from 94); Green value is 17 (7.03% from 255 or 18.09% from 94); Blue value is 27 (10.94% from 255 or 28.72% from 94); Max value from RGB is 50 - color contains mainly: red. Hex color #32111B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #32111B is #CDEEE4. Grayscale: #1C1C1C. Windows color (decimal): -13496037 or 1773874. OLE color: 1773874.
HSL color Cylindrical-coordinate representation of color #32111B: hue angle of 341.82º degrees, saturation: 0.49, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #32111B is Cyan = 0, Magento = 0.66, Yellow = 0.46 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 50 | 17 | 27 | - |
| CMYK | 0 | 0.66 | 0.46 | 0.80 |
| HSL | 341.82º | 0.49% | 0.13% | - |
| HSV(B) | 341.82º | 0.66% | 0.2% | - |
| XYZ | 1.71 | 1.16 | 1.17 | - |
| YUV | 28.01 | 127.43 | 143.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 17 | 27 | 0 | 0.66 | 0.46 | 0.80 | 341.82 | 0.49 | 0.13 |
| Hex | 32 | 11 | 1B | 0 | 42 | 2E | 50 | 156 | 31 | D |
| Octal | 62 | 21 | 33 | 0 | 102 | 56 | 120 | 526 | 61 | 15 |
| Binary | 110010 | 10001 | 11011 | 0 | 1000010 | 101110 | 1010000 | 101010110 | 110001 | 1101 |
Color Harmonies of #32111B
Complementary color
Monochromatic Colors of #32111B
Black with #32111B
Text Example
Text Example
White with #32111B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32111B; }
p { color: rgb(50,17,27); }
H1.HeaderClassName
{
color: #32111B;
}
.AnyTagClassName
{
color: #32111B;
}
</style>
background-color css
<style>
a { background-color: #32111B; }
a { background-color: rgb(50,17,27); }
div.DivClassName
{
background-color: #32111B;
}
.BgClassName
{
background-color: #32111B;
}
</style>
border-color css
<style>
span { border-color: #32111B; }
span { border-color: rgb(50,17,27); }
td.TdClassName
{
border-color: #32111B;
}
.TagClassName
{
border-color: #32111B;
}
</style>