Shades of Rustic Red #32050B
Tints of Rustic Red #32050B
RGB
CMYK
RGB Variations
Color information
#32050B (or 0x32050B) is known color: Rustic Red. HEX triplet: 32, 05 and 0B. RGB value is (50,5,11). Sum of RGB (Red+Green+Blue) = 50+5+11=66 (8% of max value = 765). Red value is 50 (19.92% from 255 or 75.76% from 66); Green value is 5 (2.34% from 255 or 7.58% from 66); Blue value is 11 (4.69% from 255 or 16.67% from 66); Max value from RGB is 50 - color contains mainly: red. Hex color #32050B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #32050B is #CDFAF4. Grayscale: #131313. Windows color (decimal): -13499125 or 722226. OLE color: 722226.
HSL color Cylindrical-coordinate representation of color #32050B: hue angle of 352º degrees, saturation: 0.82, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #32050B is Cyan = 0, Magento = 0.90, Yellow = 0.78 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 50 | 5 | 11 | - |
| CMYK | 0 | 0.90 | 0.78 | 0.80 |
| HSL | 352º | 0.82% | 0.11% | - |
| HSV(B) | 352º | 0.9% | 0.2% | - |
| XYZ | 1.43 | 0.81 | 0.4 | - |
| YUV | 19.14 | 123.41 | 150.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 5 | 11 | 0 | 0.90 | 0.78 | 0.80 | 352 | 0.82 | 0.11 |
| Hex | 32 | 5 | B | 0 | 5A | 4E | 50 | 160 | 52 | B |
| Octal | 62 | 5 | 13 | 0 | 132 | 116 | 120 | 540 | 122 | 13 |
| Binary | 110010 | 101 | 1011 | 0 | 1011010 | 1001110 | 1010000 | 101100000 | 1010010 | 1011 |
Color Harmonies of #32050B
Complementary color
Monochromatic Colors of #32050B
Black with #32050B
Text Example
Text Example
White with #32050B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32050B; }
p { color: rgb(50,5,11); }
H1.HeaderClassName
{
color: #32050B;
}
.AnyTagClassName
{
color: #32050B;
}
</style>
background-color css
<style>
a { background-color: #32050B; }
a { background-color: rgb(50,5,11); }
div.DivClassName
{
background-color: #32050B;
}
.BgClassName
{
background-color: #32050B;
}
</style>
border-color css
<style>
span { border-color: #32050B; }
span { border-color: rgb(50,5,11); }
td.TdClassName
{
border-color: #32050B;
}
.TagClassName
{
border-color: #32050B;
}
</style>