Shades of Rustic Red #320B19
Tints of Rustic Red #320B19
RGB
CMYK
RGB Variations
Color information
#320B19 (or 0x320B19) is known color: Rustic Red. HEX triplet: 32, 0B and 19. RGB value is (50,11,25). Sum of RGB (Red+Green+Blue) = 50+11+25=86 (11% of max value = 765). Red value is 50 (19.92% from 255 or 58.14% from 86); Green value is 11 (4.69% from 255 or 12.79% from 86); Blue value is 25 (10.16% from 255 or 29.07% from 86); Max value from RGB is 50 - color contains mainly: red. Hex color #320B19 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #320B19 is #CDF4E6. Grayscale: #181818. Windows color (decimal): -13497575 or 1641266. OLE color: 1641266.
HSL color Cylindrical-coordinate representation of color #320B19: hue angle of 338.46º degrees, saturation: 0.64, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #320B19 is Cyan = 0, Magento = 0.78, Yellow = 0.50 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 50 | 11 | 25 | - |
| CMYK | 0 | 0.78 | 0.50 | 0.80 |
| HSL | 338.46º | 0.64% | 0.12% | - |
| HSV(B) | 338.46º | 0.78% | 0.2% | - |
| XYZ | 1.61 | 0.99 | 1.03 | - |
| YUV | 24.26 | 128.42 | 146.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 11 | 25 | 0 | 0.78 | 0.50 | 0.80 | 338.46 | 0.64 | 0.12 |
| Hex | 32 | B | 19 | 0 | 4E | 32 | 50 | 152 | 40 | C |
| Octal | 62 | 13 | 31 | 0 | 116 | 62 | 120 | 522 | 100 | 14 |
| Binary | 110010 | 1011 | 11001 | 0 | 1001110 | 110010 | 1010000 | 101010010 | 1000000 | 1100 |
Color Harmonies of #320B19
Complementary color
Monochromatic Colors of #320B19
Black with #320B19
Text Example
Text Example
White with #320B19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #320B19; }
p { color: rgb(50,11,25); }
H1.HeaderClassName
{
color: #320B19;
}
.AnyTagClassName
{
color: #320B19;
}
</style>
background-color css
<style>
a { background-color: #320B19; }
a { background-color: rgb(50,11,25); }
div.DivClassName
{
background-color: #320B19;
}
.BgClassName
{
background-color: #320B19;
}
</style>
border-color css
<style>
span { border-color: #320B19; }
span { border-color: rgb(50,11,25); }
td.TdClassName
{
border-color: #320B19;
}
.TagClassName
{
border-color: #320B19;
}
</style>