Shades of Rustic Red #32090C
Tints of Rustic Red #32090C
RGB
CMYK
RGB Variations
Color information
#32090C (or 0x32090C) is known color: Rustic Red. HEX triplet: 32, 09 and 0C. RGB value is (50,9,12). Sum of RGB (Red+Green+Blue) = 50+9+12=71 (9% of max value = 765). Red value is 50 (19.92% from 255 or 70.42% from 71); Green value is 9 (3.91% from 255 or 12.68% from 71); Blue value is 12 (5.08% from 255 or 16.90% from 71); Max value from RGB is 50 - color contains mainly: red. Hex color #32090C is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #32090C is #CDF6F3. Grayscale: #151515. Windows color (decimal): -13498100 or 788786. OLE color: 788786.
HSL color Cylindrical-coordinate representation of color #32090C: hue angle of 355.61º degrees, saturation: 0.69, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #32090C is Cyan = 0, Magento = 0.82, Yellow = 0.76 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 50 | 9 | 12 | - |
| CMYK | 0 | 0.82 | 0.76 | 0.80 |
| HSL | 355.61º | 0.69% | 0.12% | - |
| HSV(B) | 355.61º | 0.82% | 0.2% | - |
| XYZ | 1.48 | 0.9 | 0.44 | - |
| YUV | 21.6 | 122.58 | 148.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 9 | 12 | 0 | 0.82 | 0.76 | 0.80 | 355.61 | 0.69 | 0.12 |
| Hex | 32 | 9 | C | 0 | 52 | 4C | 50 | 164 | 45 | C |
| Octal | 62 | 11 | 14 | 0 | 122 | 114 | 120 | 544 | 105 | 14 |
| Binary | 110010 | 1001 | 1100 | 0 | 1010010 | 1001100 | 1010000 | 101100100 | 1000101 | 1100 |
Color Harmonies of #32090C
Complementary color
Monochromatic Colors of #32090C
Black with #32090C
Text Example
Text Example
White with #32090C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32090C; }
p { color: rgb(50,9,12); }
H1.HeaderClassName
{
color: #32090C;
}
.AnyTagClassName
{
color: #32090C;
}
</style>
background-color css
<style>
a { background-color: #32090C; }
a { background-color: rgb(50,9,12); }
div.DivClassName
{
background-color: #32090C;
}
.BgClassName
{
background-color: #32090C;
}
</style>
border-color css
<style>
span { border-color: #32090C; }
span { border-color: rgb(50,9,12); }
td.TdClassName
{
border-color: #32090C;
}
.TagClassName
{
border-color: #32090C;
}
</style>