Shades of Rustic Red #321819
Tints of Rustic Red #321819
RGB
CMYK
RGB Variations
Color information
#321819 (or 0x321819) is known color: Rustic Red. HEX triplet: 32, 18 and 19. RGB value is (50,24,25). Sum of RGB (Red+Green+Blue) = 50+24+25=99 (13% of max value = 765). Red value is 50 (19.92% from 255 or 50.51% from 99); Green value is 24 (9.77% from 255 or 24.24% from 99); Blue value is 25 (10.16% from 255 or 25.25% from 99); Max value from RGB is 50 - color contains mainly: red. Hex color #321819 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #321819 is #CDE7E6. Grayscale: #1F1F1F. Windows color (decimal): -13494247 or 1644594. OLE color: 1644594.
HSL color Cylindrical-coordinate representation of color #321819: hue angle of 357.69º degrees, saturation: 0.35, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #321819 is Cyan = 0, Magento = 0.52, Yellow = 0.50 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 50 | 24 | 25 | - |
| CMYK | 0 | 0.52 | 0.50 | 0.80 |
| HSL | 357.69º | 0.35% | 0.15% | - |
| HSV(B) | 357.69º | 0.52% | 0.2% | - |
| XYZ | 1.82 | 1.4 | 1.09 | - |
| YUV | 31.89 | 124.11 | 140.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 24 | 25 | 0 | 0.52 | 0.50 | 0.80 | 357.69 | 0.35 | 0.15 |
| Hex | 32 | 18 | 19 | 0 | 34 | 32 | 50 | 166 | 23 | F |
| Octal | 62 | 30 | 31 | 0 | 64 | 62 | 120 | 546 | 43 | 17 |
| Binary | 110010 | 11000 | 11001 | 0 | 110100 | 110010 | 1010000 | 101100110 | 100011 | 1111 |
Color Harmonies of #321819
Complementary color
Monochromatic Colors of #321819
Black with #321819
Text Example
Text Example
White with #321819
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #321819; }
p { color: rgb(50,24,25); }
H1.HeaderClassName
{
color: #321819;
}
.AnyTagClassName
{
color: #321819;
}
</style>
background-color css
<style>
a { background-color: #321819; }
a { background-color: rgb(50,24,25); }
div.DivClassName
{
background-color: #321819;
}
.BgClassName
{
background-color: #321819;
}
</style>
border-color css
<style>
span { border-color: #321819; }
span { border-color: rgb(50,24,25); }
td.TdClassName
{
border-color: #321819;
}
.TagClassName
{
border-color: #321819;
}
</style>