Shades of Rustic Red #330102
Tints of Rustic Red #330102
RGB
CMYK
RGB Variations
Color information
#330102 (or 0x330102) is known color: Rustic Red. HEX triplet: 33, 01 and 02. RGB value is (51,1,2). Sum of RGB (Red+Green+Blue) = 51+1+2=54 (7% of max value = 765). Red value is 51 (20.31% from 255 or 94.44% from 54); Green value is 1 (0.78% from 255 or 1.85% from 54); Blue value is 2 (1.17% from 255 or 3.70% from 54); Max value from RGB is 51 - color contains mainly: red. Hex color #330102 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #330102 is #CCFEFD. Grayscale: #101010. Windows color (decimal): -13434622 or 131379. OLE color: 131379.
HSL color Cylindrical-coordinate representation of color #330102: hue angle of 358.8º 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 #330102 is Cyan = 0, Magento = 0.98, Yellow = 0.96 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 51 | 1 | 2 | - |
| CMYK | 0 | 0.98 | 0.96 | 0.8 |
| HSL | 358.8º | 0.96% | 0.1% | - |
| HSV(B) | 358.8º | 0.98% | 0.2% | - |
| XYZ | 1.39 | 0.73 | 0.13 | - |
| YUV | 16.06 | 120.07 | 152.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 1 | 2 | 0 | 0.98 | 0.96 | 0.8 | 358.8 | 0.96 | 0.1 |
| Hex | 33 | 1 | 2 | 0 | 62 | 60 | 50 | 167 | 60 | A |
| Octal | 63 | 1 | 2 | 0 | 142 | 140 | 120 | 547 | 140 | 12 |
| Binary | 110011 | 1 | 10 | 0 | 1100010 | 1100000 | 1010000 | 101100111 | 1100000 | 1010 |
Color Harmonies of #330102
Complementary color
Monochromatic Colors of #330102
Black with #330102
Text Example
Text Example
White with #330102
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #330102; }
p { color: rgb(51,1,2); }
H1.HeaderClassName
{
color: #330102;
}
.AnyTagClassName
{
color: #330102;
}
</style>
background-color css
<style>
a { background-color: #330102; }
a { background-color: rgb(51,1,2); }
div.DivClassName
{
background-color: #330102;
}
.BgClassName
{
background-color: #330102;
}
</style>
border-color css
<style>
span { border-color: #330102; }
span { border-color: rgb(51,1,2); }
td.TdClassName
{
border-color: #330102;
}
.TagClassName
{
border-color: #330102;
}
</style>