Shades of Rustic Red #330213
Tints of Rustic Red #330213
RGB
CMYK
RGB Variations
Color information
#330213 (or 0x330213) is known color: Rustic Red. HEX triplet: 33, 02 and 13. RGB value is (51,2,19). Sum of RGB (Red+Green+Blue) = 51+2+19=72 (9% of max value = 765). Red value is 51 (20.31% from 255 or 70.83% from 72); Green value is 2 (1.17% from 255 or 2.78% from 72); Blue value is 19 (7.81% from 255 or 26.39% from 72); Max value from RGB is 51 - color contains mainly: red. Hex color #330213 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #330213 is #CCFDEC. Grayscale: #121212. Windows color (decimal): -13434349 or 1245747. OLE color: 1245747.
HSL color Cylindrical-coordinate representation of color #330213: hue angle of 339.18º degrees, saturation: 0.92, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #330213 is Cyan = 0, Magento = 0.96, Yellow = 0.63 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 51 | 2 | 19 | - |
| CMYK | 0 | 0.96 | 0.63 | 0.8 |
| HSL | 339.18º | 0.92% | 0.1% | - |
| HSV(B) | 339.18º | 0.96% | 0.2% | - |
| XYZ | 1.5 | 0.79 | 0.69 | - |
| YUV | 18.59 | 128.23 | 151.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 2 | 19 | 0 | 0.96 | 0.63 | 0.8 | 339.18 | 0.92 | 0.1 |
| Hex | 33 | 2 | 13 | 0 | 60 | 3F | 50 | 153 | 5C | A |
| Octal | 63 | 2 | 23 | 0 | 140 | 77 | 120 | 523 | 134 | 12 |
| Binary | 110011 | 10 | 10011 | 0 | 1100000 | 111111 | 1010000 | 101010011 | 1011100 | 1010 |
Color Harmonies of #330213
Complementary color
Monochromatic Colors of #330213
Black with #330213
Text Example
Text Example
White with #330213
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #330213; }
p { color: rgb(51,2,19); }
H1.HeaderClassName
{
color: #330213;
}
.AnyTagClassName
{
color: #330213;
}
</style>
background-color css
<style>
a { background-color: #330213; }
a { background-color: rgb(51,2,19); }
div.DivClassName
{
background-color: #330213;
}
.BgClassName
{
background-color: #330213;
}
</style>
border-color css
<style>
span { border-color: #330213; }
span { border-color: rgb(51,2,19); }
td.TdClassName
{
border-color: #330213;
}
.TagClassName
{
border-color: #330213;
}
</style>