Shades of Rustic Red #32050F
Tints of Rustic Red #32050F
RGB
CMYK
RGB Variations
Color information
#32050F (or 0x32050F) is known color: Rustic Red. HEX triplet: 32, 05 and 0F. RGB value is (50,5,15). Sum of RGB (Red+Green+Blue) = 50+5+15=70 (9% of max value = 765). Red value is 50 (19.92% from 255 or 71.43% from 70); Green value is 5 (2.34% from 255 or 7.14% from 70); Blue value is 15 (6.25% from 255 or 21.43% from 70); Max value from RGB is 50 - color contains mainly: red. Hex color #32050F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #32050F is #CDFAF0. Grayscale: #131313. Windows color (decimal): -13499121 or 984370. OLE color: 984370.
HSL color Cylindrical-coordinate representation of color #32050F: hue angle of 346.67º 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 #32050F is Cyan = 0, Magento = 0.90, Yellow = 0.70 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 50 | 5 | 15 | - |
| CMYK | 0 | 0.90 | 0.70 | 0.80 |
| HSL | 346.67º | 0.82% | 0.11% | - |
| HSV(B) | 346.67º | 0.9% | 0.2% | - |
| XYZ | 1.46 | 0.82 | 0.53 | - |
| YUV | 19.6 | 125.41 | 149.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 5 | 15 | 0 | 0.90 | 0.70 | 0.80 | 346.67 | 0.82 | 0.11 |
| Hex | 32 | 5 | F | 0 | 5A | 46 | 50 | 15B | 52 | B |
| Octal | 62 | 5 | 17 | 0 | 132 | 106 | 120 | 533 | 122 | 13 |
| Binary | 110010 | 101 | 1111 | 0 | 1011010 | 1000110 | 1010000 | 101011011 | 1010010 | 1011 |
Color Harmonies of #32050F
Complementary color
Monochromatic Colors of #32050F
Black with #32050F
Text Example
Text Example
White with #32050F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32050F; }
p { color: rgb(50,5,15); }
H1.HeaderClassName
{
color: #32050F;
}
.AnyTagClassName
{
color: #32050F;
}
</style>
background-color css
<style>
a { background-color: #32050F; }
a { background-color: rgb(50,5,15); }
div.DivClassName
{
background-color: #32050F;
}
.BgClassName
{
background-color: #32050F;
}
</style>
border-color css
<style>
span { border-color: #32050F; }
span { border-color: rgb(50,5,15); }
td.TdClassName
{
border-color: #32050F;
}
.TagClassName
{
border-color: #32050F;
}
</style>