Shades of Rustic Red #330512
Tints of Rustic Red #330512
RGB
CMYK
RGB Variations
Color information
#330512 (or 0x330512) is known color: Rustic Red. HEX triplet: 33, 05 and 12. RGB value is (51,5,18). Sum of RGB (Red+Green+Blue) = 51+5+18=74 (9% of max value = 765). Red value is 51 (20.31% from 255 or 68.92% from 74); Green value is 5 (2.34% from 255 or 6.76% from 74); Blue value is 18 (7.42% from 255 or 24.32% from 74); Max value from RGB is 51 - color contains mainly: red. Hex color #330512 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #330512 is #CCFAED. Grayscale: #141414. Windows color (decimal): -13433582 or 1180979. OLE color: 1180979.
HSL color Cylindrical-coordinate representation of color #330512: hue angle of 343.04º degrees, saturation: 0.82, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #330512 is Cyan = 0, Magento = 0.90, Yellow = 0.65 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 51 | 5 | 18 | - |
| CMYK | 0 | 0.90 | 0.65 | 0.8 |
| HSL | 343.04º | 0.82% | 0.11% | - |
| HSV(B) | 343.04º | 0.9% | 0.2% | - |
| XYZ | 1.53 | 0.86 | 0.66 | - |
| YUV | 20.24 | 126.74 | 149.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 5 | 18 | 0 | 0.90 | 0.65 | 0.8 | 343.04 | 0.82 | 0.11 |
| Hex | 33 | 5 | 12 | 0 | 5A | 41 | 50 | 157 | 52 | B |
| Octal | 63 | 5 | 22 | 0 | 132 | 101 | 120 | 527 | 122 | 13 |
| Binary | 110011 | 101 | 10010 | 0 | 1011010 | 1000001 | 1010000 | 101010111 | 1010010 | 1011 |
Color Harmonies of #330512
Complementary color
Monochromatic Colors of #330512
Black with #330512
Text Example
Text Example
White with #330512
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #330512; }
p { color: rgb(51,5,18); }
H1.HeaderClassName
{
color: #330512;
}
.AnyTagClassName
{
color: #330512;
}
</style>
background-color css
<style>
a { background-color: #330512; }
a { background-color: rgb(51,5,18); }
div.DivClassName
{
background-color: #330512;
}
.BgClassName
{
background-color: #330512;
}
</style>
border-color css
<style>
span { border-color: #330512; }
span { border-color: rgb(51,5,18); }
td.TdClassName
{
border-color: #330512;
}
.TagClassName
{
border-color: #330512;
}
</style>