Shades of Rustic Red #331319
Tints of Rustic Red #331319
RGB
CMYK
RGB Variations
Color information
#331319 (or 0x331319) is known color: Rustic Red. HEX triplet: 33, 13 and 19. RGB value is (51,19,25). Sum of RGB (Red+Green+Blue) = 51+19+25=95 (12% of max value = 765). Red value is 51 (20.31% from 255 or 53.68% from 95); Green value is 19 (7.81% from 255 or 20% from 95); Blue value is 25 (10.16% from 255 or 26.32% from 95); Max value from RGB is 51 - color contains mainly: red. Hex color #331319 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #331319 is #CCECE6. Grayscale: #1D1D1D. Windows color (decimal): -13429991 or 1643315. OLE color: 1643315.
HSL color Cylindrical-coordinate representation of color #331319: hue angle of 348.75º degrees, saturation: 0.46, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #331319 is Cyan = 0, Magento = 0.63, Yellow = 0.51 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 51 | 19 | 25 | - |
| CMYK | 0 | 0.63 | 0.51 | 0.8 |
| HSL | 348.75º | 0.46% | 0.14% | - |
| HSV(B) | 348.75º | 0.63% | 0.2% | - |
| XYZ | 1.77 | 1.24 | 1.07 | - |
| YUV | 29.25 | 125.6 | 143.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 19 | 25 | 0 | 0.63 | 0.51 | 0.8 | 348.75 | 0.46 | 0.14 |
| Hex | 33 | 13 | 19 | 0 | 3F | 33 | 50 | 15D | 2E | E |
| Octal | 63 | 23 | 31 | 0 | 77 | 63 | 120 | 535 | 56 | 16 |
| Binary | 110011 | 10011 | 11001 | 0 | 111111 | 110011 | 1010000 | 101011101 | 101110 | 1110 |
Color Harmonies of #331319
Complementary color
Monochromatic Colors of #331319
Black with #331319
Text Example
Text Example
White with #331319
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #331319; }
p { color: rgb(51,19,25); }
H1.HeaderClassName
{
color: #331319;
}
.AnyTagClassName
{
color: #331319;
}
</style>
background-color css
<style>
a { background-color: #331319; }
a { background-color: rgb(51,19,25); }
div.DivClassName
{
background-color: #331319;
}
.BgClassName
{
background-color: #331319;
}
</style>
border-color css
<style>
span { border-color: #331319; }
span { border-color: rgb(51,19,25); }
td.TdClassName
{
border-color: #331319;
}
.TagClassName
{
border-color: #331319;
}
</style>