Shades of Rustic Red #32090D
Tints of Rustic Red #32090D
RGB
CMYK
RGB Variations
Color information
#32090D (or 0x32090D) is known color: Rustic Red. HEX triplet: 32, 09 and 0D. RGB value is (50,9,13). Sum of RGB (Red+Green+Blue) = 50+9+13=72 (9% of max value = 765). Red value is 50 (19.92% from 255 or 69.44% from 72); Green value is 9 (3.91% from 255 or 12.5% from 72); Blue value is 13 (5.47% from 255 or 18.06% from 72); Max value from RGB is 50 - color contains mainly: red. Hex color #32090D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #32090D is #CDF6F2. Grayscale: #151515. Windows color (decimal): -13498099 or 854322. OLE color: 854322.
HSL color Cylindrical-coordinate representation of color #32090D: hue angle of 354.15º 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 #32090D is Cyan = 0, Magento = 0.82, Yellow = 0.74 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 50 | 9 | 13 | - |
| CMYK | 0 | 0.82 | 0.74 | 0.80 |
| HSL | 354.15º | 0.69% | 0.12% | - |
| HSV(B) | 354.15º | 0.82% | 0.2% | - |
| XYZ | 1.49 | 0.9 | 0.48 | - |
| YUV | 21.72 | 123.08 | 148.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 9 | 13 | 0 | 0.82 | 0.74 | 0.80 | 354.15 | 0.69 | 0.12 |
| Hex | 32 | 9 | D | 0 | 52 | 4A | 50 | 162 | 45 | C |
| Octal | 62 | 11 | 15 | 0 | 122 | 112 | 120 | 542 | 105 | 14 |
| Binary | 110010 | 1001 | 1101 | 0 | 1010010 | 1001010 | 1010000 | 101100010 | 1000101 | 1100 |
Color Harmonies of #32090D
Complementary color
Monochromatic Colors of #32090D
Black with #32090D
Text Example
Text Example
White with #32090D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32090D; }
p { color: rgb(50,9,13); }
H1.HeaderClassName
{
color: #32090D;
}
.AnyTagClassName
{
color: #32090D;
}
</style>
background-color css
<style>
a { background-color: #32090D; }
a { background-color: rgb(50,9,13); }
div.DivClassName
{
background-color: #32090D;
}
.BgClassName
{
background-color: #32090D;
}
</style>
border-color css
<style>
span { border-color: #32090D; }
span { border-color: rgb(50,9,13); }
td.TdClassName
{
border-color: #32090D;
}
.TagClassName
{
border-color: #32090D;
}
</style>