Shades of Rustic Red #330819
Tints of Rustic Red #330819
RGB
CMYK
RGB Variations
Color information
#330819 (or 0x330819) is known color: Rustic Red. HEX triplet: 33, 08 and 19. RGB value is (51,8,25). Sum of RGB (Red+Green+Blue) = 51+8+25=84 (11% of max value = 765). Red value is 51 (20.31% from 255 or 60.71% from 84); Green value is 8 (3.52% from 255 or 9.52% from 84); Blue value is 25 (10.16% from 255 or 29.76% from 84); Max value from RGB is 51 - color contains mainly: red. Hex color #330819 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #330819 is #CCF7E6. Grayscale: #161616. Windows color (decimal): -13432807 or 1640499. OLE color: 1640499.
HSL color Cylindrical-coordinate representation of color #330819: hue angle of 336.28º degrees, saturation: 0.73, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #330819 is Cyan = 0, Magento = 0.84, Yellow = 0.51 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 51 | 8 | 25 | - |
| CMYK | 0 | 0.84 | 0.51 | 0.8 |
| HSL | 336.28º | 0.73% | 0.12% | - |
| HSV(B) | 336.28º | 0.84% | 0.2% | - |
| XYZ | 1.63 | 0.95 | 1.02 | - |
| YUV | 22.8 | 129.25 | 148.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 8 | 25 | 0 | 0.84 | 0.51 | 0.8 | 336.28 | 0.73 | 0.12 |
| Hex | 33 | 8 | 19 | 0 | 54 | 33 | 50 | 150 | 49 | C |
| Octal | 63 | 10 | 31 | 0 | 124 | 63 | 120 | 520 | 111 | 14 |
| Binary | 110011 | 1000 | 11001 | 0 | 1010100 | 110011 | 1010000 | 101010000 | 1001001 | 1100 |
Color Harmonies of #330819
Complementary color
Monochromatic Colors of #330819
Black with #330819
Text Example
Text Example
White with #330819
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #330819; }
p { color: rgb(51,8,25); }
H1.HeaderClassName
{
color: #330819;
}
.AnyTagClassName
{
color: #330819;
}
</style>
background-color css
<style>
a { background-color: #330819; }
a { background-color: rgb(51,8,25); }
div.DivClassName
{
background-color: #330819;
}
.BgClassName
{
background-color: #330819;
}
</style>
border-color css
<style>
span { border-color: #330819; }
span { border-color: rgb(51,8,25); }
td.TdClassName
{
border-color: #330819;
}
.TagClassName
{
border-color: #330819;
}
</style>