Shades of Rustic Red #331819
Tints of Rustic Red #331819
RGB
CMYK
RGB Variations
Color information
#331819 (or 0x331819) is known color: Rustic Red. HEX triplet: 33, 18 and 19. RGB value is (51,24,25). Sum of RGB (Red+Green+Blue) = 51+24+25=100 (13% of max value = 765). Red value is 51 (20.31% from 255 or 51% from 100); Green value is 24 (9.77% from 255 or 24% from 100); Blue value is 25 (10.16% from 255 or 25% from 100); Max value from RGB is 51 - color contains mainly: red. Hex color #331819 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #331819 is #CCE7E6. Grayscale: #202020. Windows color (decimal): -13428711 or 1644595. OLE color: 1644595.
HSL color Cylindrical-coordinate representation of color #331819: hue angle of 357.78º degrees, saturation: 0.36, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #331819 is Cyan = 0, Magento = 0.53, Yellow = 0.51 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 51 | 24 | 25 | - |
| CMYK | 0 | 0.53 | 0.51 | 0.8 |
| HSL | 357.78º | 0.36% | 0.15% | - |
| HSV(B) | 357.78º | 0.53% | 0.2% | - |
| XYZ | 1.87 | 1.43 | 1.1 | - |
| YUV | 32.19 | 123.95 | 141.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 24 | 25 | 0 | 0.53 | 0.51 | 0.8 | 357.78 | 0.36 | 0.15 |
| Hex | 33 | 18 | 19 | 0 | 35 | 33 | 50 | 166 | 24 | F |
| Octal | 63 | 30 | 31 | 0 | 65 | 63 | 120 | 546 | 44 | 17 |
| Binary | 110011 | 11000 | 11001 | 0 | 110101 | 110011 | 1010000 | 101100110 | 100100 | 1111 |
Color Harmonies of #331819
Complementary color
Monochromatic Colors of #331819
Black with #331819
Text Example
Text Example
White with #331819
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #331819; }
p { color: rgb(51,24,25); }
H1.HeaderClassName
{
color: #331819;
}
.AnyTagClassName
{
color: #331819;
}
</style>
background-color css
<style>
a { background-color: #331819; }
a { background-color: rgb(51,24,25); }
div.DivClassName
{
background-color: #331819;
}
.BgClassName
{
background-color: #331819;
}
</style>
border-color css
<style>
span { border-color: #331819; }
span { border-color: rgb(51,24,25); }
td.TdClassName
{
border-color: #331819;
}
.TagClassName
{
border-color: #331819;
}
</style>