Shades of Rustic Red #32131B
Tints of Rustic Red #32131B
RGB
CMYK
RGB Variations
Color information
#32131B (or 0x32131B) is known color: Rustic Red. HEX triplet: 32, 13 and 1B. RGB value is (50,19,27). Sum of RGB (Red+Green+Blue) = 50+19+27=96 (12% of max value = 765). Red value is 50 (19.92% from 255 or 52.08% from 96); Green value is 19 (7.81% from 255 or 19.79% from 96); Blue value is 27 (10.94% from 255 or 28.12% from 96); Max value from RGB is 50 - color contains mainly: red. Hex color #32131B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #32131B is #CDECE4. Grayscale: #1D1D1D. Windows color (decimal): -13495525 or 1774386. OLE color: 1774386.
HSL color Cylindrical-coordinate representation of color #32131B: hue angle of 344.52º degrees, saturation: 0.45, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #32131B is Cyan = 0, Magento = 0.62, Yellow = 0.46 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 50 | 19 | 27 | - |
| CMYK | 0 | 0.62 | 0.46 | 0.80 |
| HSL | 344.52º | 0.45% | 0.14% | - |
| HSV(B) | 344.52º | 0.62% | 0.2% | - |
| XYZ | 1.75 | 1.22 | 1.18 | - |
| YUV | 29.18 | 126.77 | 142.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 19 | 27 | 0 | 0.62 | 0.46 | 0.80 | 344.52 | 0.45 | 0.14 |
| Hex | 32 | 13 | 1B | 0 | 3E | 2E | 50 | 159 | 2D | E |
| Octal | 62 | 23 | 33 | 0 | 76 | 56 | 120 | 531 | 55 | 16 |
| Binary | 110010 | 10011 | 11011 | 0 | 111110 | 101110 | 1010000 | 101011001 | 101101 | 1110 |
Color Harmonies of #32131B
Complementary color
Monochromatic Colors of #32131B
Black with #32131B
Text Example
Text Example
White with #32131B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32131B; }
p { color: rgb(50,19,27); }
H1.HeaderClassName
{
color: #32131B;
}
.AnyTagClassName
{
color: #32131B;
}
</style>
background-color css
<style>
a { background-color: #32131B; }
a { background-color: rgb(50,19,27); }
div.DivClassName
{
background-color: #32131B;
}
.BgClassName
{
background-color: #32131B;
}
</style>
border-color css
<style>
span { border-color: #32131B; }
span { border-color: rgb(50,19,27); }
td.TdClassName
{
border-color: #32131B;
}
.TagClassName
{
border-color: #32131B;
}
</style>