Shades of Rustic Red #32090B
Tints of Rustic Red #32090B
RGB
CMYK
RGB Variations
Color information
#32090B (or 0x32090B) is known color: Rustic Red. HEX triplet: 32, 09 and 0B. RGB value is (50,9,11). Sum of RGB (Red+Green+Blue) = 50+9+11=70 (9% of max value = 765). Red value is 50 (19.92% from 255 or 71.43% from 70); Green value is 9 (3.91% from 255 or 12.86% from 70); Blue value is 11 (4.69% from 255 or 15.71% from 70); Max value from RGB is 50 - color contains mainly: red. Hex color #32090B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #32090B is #CDF6F4. Grayscale: #151515. Windows color (decimal): -13498101 or 723250. OLE color: 723250.
HSL color Cylindrical-coordinate representation of color #32090B: hue angle of 357.07º 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 #32090B is Cyan = 0, Magento = 0.82, Yellow = 0.78 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 50 | 9 | 11 | - |
| CMYK | 0 | 0.82 | 0.78 | 0.80 |
| HSL | 357.07º | 0.69% | 0.12% | - |
| HSV(B) | 357.07º | 0.82% | 0.2% | - |
| XYZ | 1.47 | 0.9 | 0.41 | - |
| YUV | 21.49 | 122.08 | 148.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 9 | 11 | 0 | 0.82 | 0.78 | 0.80 | 357.07 | 0.69 | 0.12 |
| Hex | 32 | 9 | B | 0 | 52 | 4E | 50 | 165 | 45 | C |
| Octal | 62 | 11 | 13 | 0 | 122 | 116 | 120 | 545 | 105 | 14 |
| Binary | 110010 | 1001 | 1011 | 0 | 1010010 | 1001110 | 1010000 | 101100101 | 1000101 | 1100 |
Color Harmonies of #32090B
Complementary color
Monochromatic Colors of #32090B
Black with #32090B
Text Example
Text Example
White with #32090B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32090B; }
p { color: rgb(50,9,11); }
H1.HeaderClassName
{
color: #32090B;
}
.AnyTagClassName
{
color: #32090B;
}
</style>
background-color css
<style>
a { background-color: #32090B; }
a { background-color: rgb(50,9,11); }
div.DivClassName
{
background-color: #32090B;
}
.BgClassName
{
background-color: #32090B;
}
</style>
border-color css
<style>
span { border-color: #32090B; }
span { border-color: rgb(50,9,11); }
td.TdClassName
{
border-color: #32090B;
}
.TagClassName
{
border-color: #32090B;
}
</style>