Shades of Rustic Red #321315
Tints of Rustic Red #321315
RGB
CMYK
RGB Variations
Color information
#321315 (or 0x321315) is known color: Rustic Red. HEX triplet: 32, 13 and 15. RGB value is (50,19,21). Sum of RGB (Red+Green+Blue) = 50+19+21=90 (11% of max value = 765). Red value is 50 (19.92% from 255 or 55.56% from 90); Green value is 19 (7.81% from 255 or 21.11% from 90); Blue value is 21 (8.59% from 255 or 23.33% from 90); Max value from RGB is 50 - color contains mainly: red. Hex color #321315 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #321315 is #CDECEA. Grayscale: #1C1C1C. Windows color (decimal): -13495531 or 1381170. OLE color: 1381170.
HSL color Cylindrical-coordinate representation of color #321315: hue angle of 356.13º degrees, saturation: 0.45, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #321315 is Cyan = 0, Magento = 0.62, Yellow = 0.58 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 50 | 19 | 21 | - |
| CMYK | 0 | 0.62 | 0.58 | 0.80 |
| HSL | 356.13º | 0.45% | 0.14% | - |
| HSV(B) | 356.13º | 0.62% | 0.2% | - |
| XYZ | 1.68 | 1.2 | 0.85 | - |
| YUV | 28.5 | 123.77 | 143.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 19 | 21 | 0 | 0.62 | 0.58 | 0.80 | 356.13 | 0.45 | 0.14 |
| Hex | 32 | 13 | 15 | 0 | 3E | 3A | 50 | 164 | 2D | E |
| Octal | 62 | 23 | 25 | 0 | 76 | 72 | 120 | 544 | 55 | 16 |
| Binary | 110010 | 10011 | 10101 | 0 | 111110 | 111010 | 1010000 | 101100100 | 101101 | 1110 |
Color Harmonies of #321315
Complementary color
Monochromatic Colors of #321315
Black with #321315
Text Example
Text Example
White with #321315
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #321315; }
p { color: rgb(50,19,21); }
H1.HeaderClassName
{
color: #321315;
}
.AnyTagClassName
{
color: #321315;
}
</style>
background-color css
<style>
a { background-color: #321315; }
a { background-color: rgb(50,19,21); }
div.DivClassName
{
background-color: #321315;
}
.BgClassName
{
background-color: #321315;
}
</style>
border-color css
<style>
span { border-color: #321315; }
span { border-color: rgb(50,19,21); }
td.TdClassName
{
border-color: #321315;
}
.TagClassName
{
border-color: #321315;
}
</style>