Shades of Rustic Red #32020C
Tints of Rustic Red #32020C
RGB
CMYK
RGB Variations
Color information
#32020C (or 0x32020C) is known color: Rustic Red. HEX triplet: 32, 02 and 0C. RGB value is (50,2,12). Sum of RGB (Red+Green+Blue) = 50+2+12=64 (8% of max value = 765). Red value is 50 (19.92% from 255 or 78.12% from 64); Green value is 2 (1.17% from 255 or 3.12% from 64); Blue value is 12 (5.08% from 255 or 18.75% from 64); Max value from RGB is 50 - color contains mainly: red. Hex color #32020C is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #32020C is #CDFDF3. Grayscale: #111111. Windows color (decimal): -13499892 or 786994. OLE color: 786994.
HSL color Cylindrical-coordinate representation of color #32020C: hue angle of 347.5º degrees, saturation: 0.92, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #32020C is Cyan = 0, Magento = 0.96, Yellow = 0.76 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 50 | 2 | 12 | - |
| CMYK | 0 | 0.96 | 0.76 | 0.80 |
| HSL | 347.5º | 0.92% | 0.1% | - |
| HSV(B) | 347.5º | 0.96% | 0.2% | - |
| XYZ | 1.4 | 0.75 | 0.42 | - |
| YUV | 17.49 | 124.9 | 151.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 2 | 12 | 0 | 0.96 | 0.76 | 0.80 | 347.5 | 0.92 | 0.1 |
| Hex | 32 | 2 | C | 0 | 60 | 4C | 50 | 15C | 5C | A |
| Octal | 62 | 2 | 14 | 0 | 140 | 114 | 120 | 534 | 134 | 12 |
| Binary | 110010 | 10 | 1100 | 0 | 1100000 | 1001100 | 1010000 | 101011100 | 1011100 | 1010 |
Color Harmonies of #32020C
Complementary color
Monochromatic Colors of #32020C
Black with #32020C
Text Example
Text Example
White with #32020C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32020C; }
p { color: rgb(50,2,12); }
H1.HeaderClassName
{
color: #32020C;
}
.AnyTagClassName
{
color: #32020C;
}
</style>
background-color css
<style>
a { background-color: #32020C; }
a { background-color: rgb(50,2,12); }
div.DivClassName
{
background-color: #32020C;
}
.BgClassName
{
background-color: #32020C;
}
</style>
border-color css
<style>
span { border-color: #32020C; }
span { border-color: rgb(50,2,12); }
td.TdClassName
{
border-color: #32020C;
}
.TagClassName
{
border-color: #32020C;
}
</style>