Shades of Rustic Red #320F1A
Tints of Rustic Red #320F1A
RGB
CMYK
RGB Variations
Color information
#320F1A (or 0x320F1A) is known color: Rustic Red. HEX triplet: 32, 0F and 1A. RGB value is (50,15,26). Sum of RGB (Red+Green+Blue) = 50+15+26=91 (12% of max value = 765). Red value is 50 (19.92% from 255 or 54.95% from 91); Green value is 15 (6.25% from 255 or 16.48% from 91); Blue value is 26 (10.55% from 255 or 28.57% from 91); Max value from RGB is 50 - color contains mainly: red. Hex color #320F1A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #320F1A is #CDF0E5. Grayscale: #1A1A1A. Windows color (decimal): -13496550 or 1707826. OLE color: 1707826.
HSL color Cylindrical-coordinate representation of color #320F1A: hue angle of 341.14º 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 #320F1A is Cyan = 0, Magento = 0.70, Yellow = 0.48 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 50 | 15 | 26 | - |
| CMYK | 0 | 0.70 | 0.48 | 0.80 |
| HSL | 341.14º | 0.54% | 0.13% | - |
| HSV(B) | 341.14º | 0.7% | 0.2% | - |
| XYZ | 1.67 | 1.09 | 1.1 | - |
| YUV | 26.72 | 127.6 | 144.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 15 | 26 | 0 | 0.70 | 0.48 | 0.80 | 341.14 | 0.54 | 0.13 |
| Hex | 32 | F | 1A | 0 | 46 | 30 | 50 | 155 | 36 | D |
| Octal | 62 | 17 | 32 | 0 | 106 | 60 | 120 | 525 | 66 | 15 |
| Binary | 110010 | 1111 | 11010 | 0 | 1000110 | 110000 | 1010000 | 101010101 | 110110 | 1101 |
Color Harmonies of #320F1A
Complementary color
Monochromatic Colors of #320F1A
Black with #320F1A
Text Example
Text Example
White with #320F1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #320F1A; }
p { color: rgb(50,15,26); }
H1.HeaderClassName
{
color: #320F1A;
}
.AnyTagClassName
{
color: #320F1A;
}
</style>
background-color css
<style>
a { background-color: #320F1A; }
a { background-color: rgb(50,15,26); }
div.DivClassName
{
background-color: #320F1A;
}
.BgClassName
{
background-color: #320F1A;
}
</style>
border-color css
<style>
span { border-color: #320F1A; }
span { border-color: rgb(50,15,26); }
td.TdClassName
{
border-color: #320F1A;
}
.TagClassName
{
border-color: #320F1A;
}
</style>