Shades of Rustic Red #32131A
Tints of Rustic Red #32131A
RGB
CMYK
RGB Variations
Color information
#32131A (or 0x32131A) is known color: Rustic Red. HEX triplet: 32, 13 and 1A. RGB value is (50,19,26). Sum of RGB (Red+Green+Blue) = 50+19+26=95 (12% of max value = 765). Red value is 50 (19.92% from 255 or 52.63% from 95); Green value is 19 (7.81% from 255 or 20% from 95); Blue value is 26 (10.55% from 255 or 27.37% from 95); Max value from RGB is 50 - color contains mainly: red. Hex color #32131A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #32131A is #CDECE5. Grayscale: #1D1D1D. Windows color (decimal): -13495526 or 1708850. OLE color: 1708850.
HSL color Cylindrical-coordinate representation of color #32131A: hue angle of 346.45º 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 #32131A is Cyan = 0, Magento = 0.62, Yellow = 0.48 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 50 | 19 | 26 | - |
| CMYK | 0 | 0.62 | 0.48 | 0.80 |
| HSL | 346.45º | 0.45% | 0.14% | - |
| HSV(B) | 346.45º | 0.62% | 0.2% | - |
| XYZ | 1.73 | 1.22 | 1.12 | - |
| YUV | 29.07 | 126.27 | 142.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 19 | 26 | 0 | 0.62 | 0.48 | 0.80 | 346.45 | 0.45 | 0.14 |
| Hex | 32 | 13 | 1A | 0 | 3E | 30 | 50 | 15A | 2D | E |
| Octal | 62 | 23 | 32 | 0 | 76 | 60 | 120 | 532 | 55 | 16 |
| Binary | 110010 | 10011 | 11010 | 0 | 111110 | 110000 | 1010000 | 101011010 | 101101 | 1110 |
Color Harmonies of #32131A
Complementary color
Monochromatic Colors of #32131A
Black with #32131A
Text Example
Text Example
White with #32131A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32131A; }
p { color: rgb(50,19,26); }
H1.HeaderClassName
{
color: #32131A;
}
.AnyTagClassName
{
color: #32131A;
}
</style>
background-color css
<style>
a { background-color: #32131A; }
a { background-color: rgb(50,19,26); }
div.DivClassName
{
background-color: #32131A;
}
.BgClassName
{
background-color: #32131A;
}
</style>
border-color css
<style>
span { border-color: #32131A; }
span { border-color: rgb(50,19,26); }
td.TdClassName
{
border-color: #32131A;
}
.TagClassName
{
border-color: #32131A;
}
</style>