Shades of Rustic Red #321719
Tints of Rustic Red #321719
RGB
CMYK
RGB Variations
Color information
#321719 (or 0x321719) is known color: Rustic Red. HEX triplet: 32, 17 and 19. RGB value is (50,23,25). Sum of RGB (Red+Green+Blue) = 50+23+25=98 (12% of max value = 765). Red value is 50 (19.92% from 255 or 51.02% from 98); Green value is 23 (9.38% from 255 or 23.47% from 98); Blue value is 25 (10.16% from 255 or 25.51% from 98); Max value from RGB is 50 - color contains mainly: red. Hex color #321719 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #321719 is #CDE8E6. Grayscale: #1F1F1F. Windows color (decimal): -13494503 or 1644338. OLE color: 1644338.
HSL color Cylindrical-coordinate representation of color #321719: hue angle of 355.56º degrees, saturation: 0.37, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #321719 is Cyan = 0, Magento = 0.54, Yellow = 0.50 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 50 | 23 | 25 | - |
| CMYK | 0 | 0.54 | 0.50 | 0.80 |
| HSL | 355.56º | 0.37% | 0.14% | - |
| HSV(B) | 355.56º | 0.54% | 0.2% | - |
| XYZ | 1.8 | 1.36 | 1.09 | - |
| YUV | 31.3 | 124.45 | 141.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 23 | 25 | 0 | 0.54 | 0.50 | 0.80 | 355.56 | 0.37 | 0.14 |
| Hex | 32 | 17 | 19 | 0 | 36 | 32 | 50 | 164 | 25 | E |
| Octal | 62 | 27 | 31 | 0 | 66 | 62 | 120 | 544 | 45 | 16 |
| Binary | 110010 | 10111 | 11001 | 0 | 110110 | 110010 | 1010000 | 101100100 | 100101 | 1110 |
Color Harmonies of #321719
Complementary color
Monochromatic Colors of #321719
Black with #321719
Text Example
Text Example
White with #321719
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #321719; }
p { color: rgb(50,23,25); }
H1.HeaderClassName
{
color: #321719;
}
.AnyTagClassName
{
color: #321719;
}
</style>
background-color css
<style>
a { background-color: #321719; }
a { background-color: rgb(50,23,25); }
div.DivClassName
{
background-color: #321719;
}
.BgClassName
{
background-color: #321719;
}
</style>
border-color css
<style>
span { border-color: #321719; }
span { border-color: rgb(50,23,25); }
td.TdClassName
{
border-color: #321719;
}
.TagClassName
{
border-color: #321719;
}
</style>