Shades of Rustic Red #32121B
Tints of Rustic Red #32121B
RGB
CMYK
RGB Variations
Color information
#32121B (or 0x32121B) is known color: Rustic Red. HEX triplet: 32, 12 and 1B. RGB value is (50,18,27). Sum of RGB (Red+Green+Blue) = 50+18+27=95 (12% of max value = 765). Red value is 50 (19.92% from 255 or 52.63% from 95); Green value is 18 (7.42% from 255 or 18.95% from 95); Blue value is 27 (10.94% from 255 or 28.42% from 95); Max value from RGB is 50 - color contains mainly: red. Hex color #32121B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #32121B is #CDEDE4. Grayscale: #1C1C1C. Windows color (decimal): -13495781 or 1774130. OLE color: 1774130.
HSL color Cylindrical-coordinate representation of color #32121B: hue angle of 343.12º degrees, saturation: 0.47, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #32121B is Cyan = 0, Magento = 0.64, Yellow = 0.46 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 50 | 18 | 27 | - |
| CMYK | 0 | 0.64 | 0.46 | 0.80 |
| HSL | 343.13º | 0.47% | 0.13% | - |
| HSV(B) | 343.13º | 0.64% | 0.2% | - |
| XYZ | 1.73 | 1.19 | 1.18 | - |
| YUV | 28.59 | 127.1 | 143.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 18 | 27 | 0 | 0.64 | 0.46 | 0.80 | 343.13 | 0.47 | 0.13 |
| Hex | 32 | 12 | 1B | 0 | 40 | 2E | 50 | 157 | 2F | D |
| Octal | 62 | 22 | 33 | 0 | 100 | 56 | 120 | 527 | 57 | 15 |
| Binary | 110010 | 10010 | 11011 | 0 | 1000000 | 101110 | 1010000 | 101010111 | 101111 | 1101 |
Color Harmonies of #32121B
Complementary color
Monochromatic Colors of #32121B
Black with #32121B
Text Example
Text Example
White with #32121B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32121B; }
p { color: rgb(50,18,27); }
H1.HeaderClassName
{
color: #32121B;
}
.AnyTagClassName
{
color: #32121B;
}
</style>
background-color css
<style>
a { background-color: #32121B; }
a { background-color: rgb(50,18,27); }
div.DivClassName
{
background-color: #32121B;
}
.BgClassName
{
background-color: #32121B;
}
</style>
border-color css
<style>
span { border-color: #32121B; }
span { border-color: rgb(50,18,27); }
td.TdClassName
{
border-color: #32121B;
}
.TagClassName
{
border-color: #32121B;
}
</style>