Shades of Rustic Red #32050D
Tints of Rustic Red #32050D
RGB
CMYK
RGB Variations
Color information
#32050D (or 0x32050D) is known color: Rustic Red. HEX triplet: 32, 05 and 0D. RGB value is (50,5,13). Sum of RGB (Red+Green+Blue) = 50+5+13=68 (9% of max value = 765). Red value is 50 (19.92% from 255 or 73.53% from 68); Green value is 5 (2.34% from 255 or 7.35% from 68); Blue value is 13 (5.47% from 255 or 19.12% from 68); Max value from RGB is 50 - color contains mainly: red. Hex color #32050D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #32050D is #CDFAF2. Grayscale: #131313. Windows color (decimal): -13499123 or 853298. OLE color: 853298.
HSL color Cylindrical-coordinate representation of color #32050D: hue angle of 349.33º 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 #32050D is Cyan = 0, Magento = 0.90, Yellow = 0.74 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 50 | 5 | 13 | - |
| CMYK | 0 | 0.90 | 0.74 | 0.80 |
| HSL | 349.33º | 0.82% | 0.11% | - |
| HSV(B) | 349.33º | 0.9% | 0.2% | - |
| XYZ | 1.44 | 0.82 | 0.46 | - |
| YUV | 19.37 | 124.41 | 149.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 5 | 13 | 0 | 0.90 | 0.74 | 0.80 | 349.33 | 0.82 | 0.11 |
| Hex | 32 | 5 | D | 0 | 5A | 4A | 50 | 15D | 52 | B |
| Octal | 62 | 5 | 15 | 0 | 132 | 112 | 120 | 535 | 122 | 13 |
| Binary | 110010 | 101 | 1101 | 0 | 1011010 | 1001010 | 1010000 | 101011101 | 1010010 | 1011 |
Color Harmonies of #32050D
Complementary color
Monochromatic Colors of #32050D
Black with #32050D
Text Example
Text Example
White with #32050D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32050D; }
p { color: rgb(50,5,13); }
H1.HeaderClassName
{
color: #32050D;
}
.AnyTagClassName
{
color: #32050D;
}
</style>
background-color css
<style>
a { background-color: #32050D; }
a { background-color: rgb(50,5,13); }
div.DivClassName
{
background-color: #32050D;
}
.BgClassName
{
background-color: #32050D;
}
</style>
border-color css
<style>
span { border-color: #32050D; }
span { border-color: rgb(50,5,13); }
td.TdClassName
{
border-color: #32050D;
}
.TagClassName
{
border-color: #32050D;
}
</style>