Shades of Rustic Red #331014
Tints of Rustic Red #331014
RGB
CMYK
RGB Variations
Color information
#331014 (or 0x331014) is known color: Rustic Red. HEX triplet: 33, 10 and 14. RGB value is (51,16,20). Sum of RGB (Red+Green+Blue) = 51+16+20=87 (11% of max value = 765). Red value is 51 (20.31% from 255 or 58.62% from 87); Green value is 16 (6.64% from 255 or 18.39% from 87); Blue value is 20 (8.20% from 255 or 22.99% from 87); Max value from RGB is 51 - color contains mainly: red. Hex color #331014 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #331014 is #CCEFEB. Grayscale: #1A1A1A. Windows color (decimal): -13430764 or 1314867. OLE color: 1314867.
HSL color Cylindrical-coordinate representation of color #331014: hue angle of 353.14º degrees, saturation: 0.52, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #331014 is Cyan = 0, Magento = 0.69, Yellow = 0.61 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 51 | 16 | 20 | - |
| CMYK | 0 | 0.69 | 0.61 | 0.8 |
| HSL | 353.14º | 0.52% | 0.13% | - |
| HSV(B) | 353.14º | 0.69% | 0.2% | - |
| XYZ | 1.68 | 1.12 | 0.79 | - |
| YUV | 26.92 | 124.1 | 145.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 16 | 20 | 0 | 0.69 | 0.61 | 0.8 | 353.14 | 0.52 | 0.13 |
| Hex | 33 | 10 | 14 | 0 | 45 | 3D | 50 | 161 | 34 | D |
| Octal | 63 | 20 | 24 | 0 | 105 | 75 | 120 | 541 | 64 | 15 |
| Binary | 110011 | 10000 | 10100 | 0 | 1000101 | 111101 | 1010000 | 101100001 | 110100 | 1101 |
Color Harmonies of #331014
Complementary color
Monochromatic Colors of #331014
Black with #331014
Text Example
Text Example
White with #331014
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #331014; }
p { color: rgb(51,16,20); }
H1.HeaderClassName
{
color: #331014;
}
.AnyTagClassName
{
color: #331014;
}
</style>
background-color css
<style>
a { background-color: #331014; }
a { background-color: rgb(51,16,20); }
div.DivClassName
{
background-color: #331014;
}
.BgClassName
{
background-color: #331014;
}
</style>
border-color css
<style>
span { border-color: #331014; }
span { border-color: rgb(51,16,20); }
td.TdClassName
{
border-color: #331014;
}
.TagClassName
{
border-color: #331014;
}
</style>