Shades of Rustic Red #330108
Tints of Rustic Red #330108
RGB
CMYK
RGB Variations
Color information
#330108 (or 0x330108) is known color: Rustic Red. HEX triplet: 33, 01 and 08. RGB value is (51,1,8). Sum of RGB (Red+Green+Blue) = 51+1+8=60 (7% of max value = 765). Red value is 51 (20.31% from 255 or 85% from 60); Green value is 1 (0.78% from 255 or 1.67% from 60); Blue value is 8 (3.52% from 255 or 13.33% from 60); Max value from RGB is 51 - color contains mainly: red. Hex color #330108 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #330108 is #CCFEF7. Grayscale: #101010. Windows color (decimal): -13434616 or 524595. OLE color: 524595.
HSL color Cylindrical-coordinate representation of color #330108: hue angle of 351.6º degrees, saturation: 0.96, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #330108 is Cyan = 0, Magento = 0.98, Yellow = 0.84 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 51 | 1 | 8 | - |
| CMYK | 0 | 0.98 | 0.84 | 0.8 |
| HSL | 351.6º | 0.96% | 0.1% | - |
| HSV(B) | 351.6º | 0.98% | 0.2% | - |
| XYZ | 1.42 | 0.74 | 0.3 | - |
| YUV | 16.75 | 123.07 | 152.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 1 | 8 | 0 | 0.98 | 0.84 | 0.8 | 351.6 | 0.96 | 0.1 |
| Hex | 33 | 1 | 8 | 0 | 62 | 54 | 50 | 160 | 60 | A |
| Octal | 63 | 1 | 10 | 0 | 142 | 124 | 120 | 540 | 140 | 12 |
| Binary | 110011 | 1 | 1000 | 0 | 1100010 | 1010100 | 1010000 | 101100000 | 1100000 | 1010 |
Color Harmonies of #330108
Complementary color
Monochromatic Colors of #330108
Black with #330108
Text Example
Text Example
White with #330108
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #330108; }
p { color: rgb(51,1,8); }
H1.HeaderClassName
{
color: #330108;
}
.AnyTagClassName
{
color: #330108;
}
</style>
background-color css
<style>
a { background-color: #330108; }
a { background-color: rgb(51,1,8); }
div.DivClassName
{
background-color: #330108;
}
.BgClassName
{
background-color: #330108;
}
</style>
border-color css
<style>
span { border-color: #330108; }
span { border-color: rgb(51,1,8); }
td.TdClassName
{
border-color: #330108;
}
.TagClassName
{
border-color: #330108;
}
</style>