Shades of Rustic Red #32090A
Tints of Rustic Red #32090A
RGB
CMYK
RGB Variations
Color information
#32090A (or 0x32090A) is known color: Rustic Red. HEX triplet: 32, 09 and 0A. RGB value is (50,9,10). Sum of RGB (Red+Green+Blue) = 50+9+10=69 (9% of max value = 765). Red value is 50 (19.92% from 255 or 72.46% from 69); Green value is 9 (3.91% from 255 or 13.04% from 69); Blue value is 10 (4.30% from 255 or 14.49% from 69); Max value from RGB is 50 - color contains mainly: red. Hex color #32090A is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #32090A is #CDF6F5. Grayscale: #151515. Windows color (decimal): -13498102 or 657714. OLE color: 657714.
HSL color Cylindrical-coordinate representation of color #32090A: hue angle of 358.54º 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 #32090A is Cyan = 0, Magento = 0.82, Yellow = 0.80 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 50 | 9 | 10 | - |
| CMYK | 0 | 0.82 | 0.80 | 0.80 |
| HSL | 358.54º | 0.69% | 0.12% | - |
| HSV(B) | 358.54º | 0.82% | 0.2% | - |
| XYZ | 1.47 | 0.9 | 0.38 | - |
| YUV | 21.37 | 121.58 | 148.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 9 | 10 | 0 | 0.82 | 0.80 | 0.80 | 358.54 | 0.69 | 0.12 |
| Hex | 32 | 9 | A | 0 | 52 | 50 | 50 | 167 | 45 | C |
| Octal | 62 | 11 | 12 | 0 | 122 | 120 | 120 | 547 | 105 | 14 |
| Binary | 110010 | 1001 | 1010 | 0 | 1010010 | 1010000 | 1010000 | 101100111 | 1000101 | 1100 |
Color Harmonies of #32090A
Complementary color
Monochromatic Colors of #32090A
Black with #32090A
Text Example
Text Example
White with #32090A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32090A; }
p { color: rgb(50,9,10); }
H1.HeaderClassName
{
color: #32090A;
}
.AnyTagClassName
{
color: #32090A;
}
</style>
background-color css
<style>
a { background-color: #32090A; }
a { background-color: rgb(50,9,10); }
div.DivClassName
{
background-color: #32090A;
}
.BgClassName
{
background-color: #32090A;
}
</style>
border-color css
<style>
span { border-color: #32090A; }
span { border-color: rgb(50,9,10); }
td.TdClassName
{
border-color: #32090A;
}
.TagClassName
{
border-color: #32090A;
}
</style>