Shades of Rustic Red #32040F
Tints of Rustic Red #32040F
RGB
CMYK
RGB Variations
Color information
#32040F (or 0x32040F) is known color: Rustic Red. HEX triplet: 32, 04 and 0F. RGB value is (50,4,15). Sum of RGB (Red+Green+Blue) = 50+4+15=69 (9% of max value = 765). Red value is 50 (19.92% from 255 or 72.46% from 69); Green value is 4 (1.95% from 255 or 5.80% from 69); Blue value is 15 (6.25% from 255 or 21.74% from 69); Max value from RGB is 50 - color contains mainly: red. Hex color #32040F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #32040F is #CDFBF0. Grayscale: #131313. Windows color (decimal): -13499377 or 984114. OLE color: 984114.
HSL color Cylindrical-coordinate representation of color #32040F: hue angle of 345.65º degrees, saturation: 0.85, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #32040F is Cyan = 0, Magento = 0.92, Yellow = 0.70 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 50 | 4 | 15 | - |
| CMYK | 0 | 0.92 | 0.70 | 0.80 |
| HSL | 345.65º | 0.85% | 0.11% | - |
| HSV(B) | 345.65º | 0.92% | 0.2% | - |
| XYZ | 1.45 | 0.8 | 0.53 | - |
| YUV | 19.01 | 125.74 | 150.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 4 | 15 | 0 | 0.92 | 0.70 | 0.80 | 345.65 | 0.85 | 0.11 |
| Hex | 32 | 4 | F | 0 | 5C | 46 | 50 | 15A | 55 | B |
| Octal | 62 | 4 | 17 | 0 | 134 | 106 | 120 | 532 | 125 | 13 |
| Binary | 110010 | 100 | 1111 | 0 | 1011100 | 1000110 | 1010000 | 101011010 | 1010101 | 1011 |
Color Harmonies of #32040F
Complementary color
Monochromatic Colors of #32040F
Black with #32040F
Text Example
Text Example
White with #32040F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32040F; }
p { color: rgb(50,4,15); }
H1.HeaderClassName
{
color: #32040F;
}
.AnyTagClassName
{
color: #32040F;
}
</style>
background-color css
<style>
a { background-color: #32040F; }
a { background-color: rgb(50,4,15); }
div.DivClassName
{
background-color: #32040F;
}
.BgClassName
{
background-color: #32040F;
}
</style>
border-color css
<style>
span { border-color: #32040F; }
span { border-color: rgb(50,4,15); }
td.TdClassName
{
border-color: #32040F;
}
.TagClassName
{
border-color: #32040F;
}
</style>