Shades of Rustic Red #321219
Tints of Rustic Red #321219
RGB
CMYK
RGB Variations
Color information
#321219 (or 0x321219) is known color: Rustic Red. HEX triplet: 32, 12 and 19. RGB value is (50,18,25). Sum of RGB (Red+Green+Blue) = 50+18+25=93 (12% of max value = 765). Red value is 50 (19.92% from 255 or 53.76% from 93); Green value is 18 (7.42% from 255 or 19.35% from 93); Blue value is 25 (10.16% from 255 or 26.88% from 93); Max value from RGB is 50 - color contains mainly: red. Hex color #321219 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #321219 is #CDEDE6. Grayscale: #1C1C1C. Windows color (decimal): -13495783 or 1643058. OLE color: 1643058.
HSL color Cylindrical-coordinate representation of color #321219: hue angle of 346.88º degrees, saturation: 0.47, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #321219 is Cyan = 0, Magento = 0.64, Yellow = 0.50 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 50 | 18 | 25 | - |
| CMYK | 0 | 0.64 | 0.50 | 0.80 |
| HSL | 346.88º | 0.47% | 0.13% | - |
| HSV(B) | 346.88º | 0.64% | 0.2% | - |
| XYZ | 1.71 | 1.18 | 1.06 | - |
| YUV | 28.37 | 126.1 | 143.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 18 | 25 | 0 | 0.64 | 0.50 | 0.80 | 346.88 | 0.47 | 0.13 |
| Hex | 32 | 12 | 19 | 0 | 40 | 32 | 50 | 15B | 2F | D |
| Octal | 62 | 22 | 31 | 0 | 100 | 62 | 120 | 533 | 57 | 15 |
| Binary | 110010 | 10010 | 11001 | 0 | 1000000 | 110010 | 1010000 | 101011011 | 101111 | 1101 |
Color Harmonies of #321219
Complementary color
Monochromatic Colors of #321219
Black with #321219
Text Example
Text Example
White with #321219
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #321219; }
p { color: rgb(50,18,25); }
H1.HeaderClassName
{
color: #321219;
}
.AnyTagClassName
{
color: #321219;
}
</style>
background-color css
<style>
a { background-color: #321219; }
a { background-color: rgb(50,18,25); }
div.DivClassName
{
background-color: #321219;
}
.BgClassName
{
background-color: #321219;
}
</style>
border-color css
<style>
span { border-color: #321219; }
span { border-color: rgb(50,18,25); }
td.TdClassName
{
border-color: #321219;
}
.TagClassName
{
border-color: #321219;
}
</style>