Shades of Rustic Red #331318
Tints of Rustic Red #331318
RGB
CMYK
RGB Variations
Color information
#331318 (or 0x331318) is known color: Rustic Red. HEX triplet: 33, 13 and 18. RGB value is (51,19,24). Sum of RGB (Red+Green+Blue) = 51+19+24=94 (12% of max value = 765). Red value is 51 (20.31% from 255 or 54.26% from 94); Green value is 19 (7.81% from 255 or 20.21% from 94); Blue value is 24 (9.77% from 255 or 25.53% from 94); Max value from RGB is 51 - color contains mainly: red. Hex color #331318 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #331318 is #CCECE7. Grayscale: #1D1D1D. Windows color (decimal): -13429992 or 1577779. OLE color: 1577779.
HSL color Cylindrical-coordinate representation of color #331318: hue angle of 350.62º 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 #331318 is Cyan = 0, Magento = 0.63, Yellow = 0.53 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 51 | 19 | 24 | - |
| CMYK | 0 | 0.63 | 0.53 | 0.8 |
| HSL | 350.63º | 0.46% | 0.14% | - |
| HSV(B) | 350.63º | 0.63% | 0.2% | - |
| XYZ | 1.76 | 1.24 | 1.01 | - |
| YUV | 29.14 | 125.1 | 143.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 19 | 24 | 0 | 0.63 | 0.53 | 0.8 | 350.63 | 0.46 | 0.14 |
| Hex | 33 | 13 | 18 | 0 | 3F | 35 | 50 | 15F | 2E | E |
| Octal | 63 | 23 | 30 | 0 | 77 | 65 | 120 | 537 | 56 | 16 |
| Binary | 110011 | 10011 | 11000 | 0 | 111111 | 110101 | 1010000 | 101011111 | 101110 | 1110 |
Color Harmonies of #331318
Complementary color
Monochromatic Colors of #331318
Black with #331318
Text Example
Text Example
White with #331318
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #331318; }
p { color: rgb(51,19,24); }
H1.HeaderClassName
{
color: #331318;
}
.AnyTagClassName
{
color: #331318;
}
</style>
background-color css
<style>
a { background-color: #331318; }
a { background-color: rgb(51,19,24); }
div.DivClassName
{
background-color: #331318;
}
.BgClassName
{
background-color: #331318;
}
</style>
border-color css
<style>
span { border-color: #331318; }
span { border-color: rgb(51,19,24); }
td.TdClassName
{
border-color: #331318;
}
.TagClassName
{
border-color: #331318;
}
</style>