Shades of Rustic Red #330508
Tints of Rustic Red #330508
RGB
CMYK
RGB Variations
Color information
#330508 (or 0x330508) is known color: Rustic Red. HEX triplet: 33, 05 and 08. RGB value is (51,5,8). Sum of RGB (Red+Green+Blue) = 51+5+8=64 (8% of max value = 765). Red value is 51 (20.31% from 255 or 79.69% from 64); Green value is 5 (2.34% from 255 or 7.81% from 64); Blue value is 8 (3.52% from 255 or 12.5% from 64); Max value from RGB is 51 - color contains mainly: red. Hex color #330508 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #330508 is #CCFAF7. Grayscale: #131313. Windows color (decimal): -13433592 or 525619. OLE color: 525619.
HSL color Cylindrical-coordinate representation of color #330508: hue angle of 356.09º 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 #330508 is Cyan = 0, Magento = 0.90, Yellow = 0.84 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 51 | 5 | 8 | - |
| CMYK | 0 | 0.90 | 0.84 | 0.8 |
| HSL | 356.09º | 0.82% | 0.11% | - |
| HSV(B) | 356.09º | 0.9% | 0.2% | - |
| XYZ | 1.46 | 0.83 | 0.31 | - |
| YUV | 19.1 | 121.74 | 150.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 5 | 8 | 0 | 0.90 | 0.84 | 0.8 | 356.09 | 0.82 | 0.11 |
| Hex | 33 | 5 | 8 | 0 | 5A | 54 | 50 | 164 | 52 | B |
| Octal | 63 | 5 | 10 | 0 | 132 | 124 | 120 | 544 | 122 | 13 |
| Binary | 110011 | 101 | 1000 | 0 | 1011010 | 1010100 | 1010000 | 101100100 | 1010010 | 1011 |
Color Harmonies of #330508
Complementary color
Monochromatic Colors of #330508
Black with #330508
Text Example
Text Example
White with #330508
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #330508; }
p { color: rgb(51,5,8); }
H1.HeaderClassName
{
color: #330508;
}
.AnyTagClassName
{
color: #330508;
}
</style>
background-color css
<style>
a { background-color: #330508; }
a { background-color: rgb(51,5,8); }
div.DivClassName
{
background-color: #330508;
}
.BgClassName
{
background-color: #330508;
}
</style>
border-color css
<style>
span { border-color: #330508; }
span { border-color: rgb(51,5,8); }
td.TdClassName
{
border-color: #330508;
}
.TagClassName
{
border-color: #330508;
}
</style>