Shades of Rustic Red #320F19
Tints of Rustic Red #320F19
RGB
CMYK
RGB Variations
Color information
#320F19 (or 0x320F19) is known color: Rustic Red. HEX triplet: 32, 0F and 19. RGB value is (50,15,25). Sum of RGB (Red+Green+Blue) = 50+15+25=90 (11% of max value = 765). Red value is 50 (19.92% from 255 or 55.56% from 90); Green value is 15 (6.25% from 255 or 16.67% from 90); Blue value is 25 (10.16% from 255 or 27.78% from 90); Max value from RGB is 50 - color contains mainly: red. Hex color #320F19 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #320F19 is #CDF0E6. Grayscale: #1A1A1A. Windows color (decimal): -13496551 or 1642290. OLE color: 1642290.
HSL color Cylindrical-coordinate representation of color #320F19: hue angle of 342.86º degrees, saturation: 0.54, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #320F19 is Cyan = 0, Magento = 0.70, Yellow = 0.50 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 50 | 15 | 25 | - |
| CMYK | 0 | 0.70 | 0.50 | 0.80 |
| HSL | 342.86º | 0.54% | 0.13% | - |
| HSV(B) | 342.86º | 0.7% | 0.2% | - |
| XYZ | 1.66 | 1.09 | 1.04 | - |
| YUV | 26.61 | 127.1 | 144.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 15 | 25 | 0 | 0.70 | 0.50 | 0.80 | 342.86 | 0.54 | 0.13 |
| Hex | 32 | F | 19 | 0 | 46 | 32 | 50 | 157 | 36 | D |
| Octal | 62 | 17 | 31 | 0 | 106 | 62 | 120 | 527 | 66 | 15 |
| Binary | 110010 | 1111 | 11001 | 0 | 1000110 | 110010 | 1010000 | 101010111 | 110110 | 1101 |
Color Harmonies of #320F19
Complementary color
Monochromatic Colors of #320F19
Black with #320F19
Text Example
Text Example
White with #320F19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #320F19; }
p { color: rgb(50,15,25); }
H1.HeaderClassName
{
color: #320F19;
}
.AnyTagClassName
{
color: #320F19;
}
</style>
background-color css
<style>
a { background-color: #320F19; }
a { background-color: rgb(50,15,25); }
div.DivClassName
{
background-color: #320F19;
}
.BgClassName
{
background-color: #320F19;
}
</style>
border-color css
<style>
span { border-color: #320F19; }
span { border-color: rgb(50,15,25); }
td.TdClassName
{
border-color: #320F19;
}
.TagClassName
{
border-color: #320F19;
}
</style>