Shades of Rustic Red #33020B
Tints of Rustic Red #33020B
RGB
CMYK
RGB Variations
Color information
#33020B (or 0x33020B) is known color: Rustic Red. HEX triplet: 33, 02 and 0B. RGB value is (51,2,11). Sum of RGB (Red+Green+Blue) = 51+2+11=64 (8% of max value = 765). Red value is 51 (20.31% from 255 or 79.69% from 64); Green value is 2 (1.17% from 255 or 3.12% from 64); Blue value is 11 (4.69% from 255 or 17.19% from 64); Max value from RGB is 51 - color contains mainly: red. Hex color #33020B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #33020B is #CCFDF4. Grayscale: #111111. Windows color (decimal): -13434357 or 721459. OLE color: 721459.
HSL color Cylindrical-coordinate representation of color #33020B: hue angle of 348.98º degrees, saturation: 0.92, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #33020B is Cyan = 0, Magento = 0.96, Yellow = 0.78 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 51 | 2 | 11 | - |
| CMYK | 0 | 0.96 | 0.78 | 0.8 |
| HSL | 348.98º | 0.92% | 0.1% | - |
| HSV(B) | 348.98º | 0.96% | 0.2% | - |
| XYZ | 1.45 | 0.77 | 0.39 | - |
| YUV | 17.68 | 124.23 | 151.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 2 | 11 | 0 | 0.96 | 0.78 | 0.8 | 348.98 | 0.92 | 0.1 |
| Hex | 33 | 2 | B | 0 | 60 | 4E | 50 | 15D | 5C | A |
| Octal | 63 | 2 | 13 | 0 | 140 | 116 | 120 | 535 | 134 | 12 |
| Binary | 110011 | 10 | 1011 | 0 | 1100000 | 1001110 | 1010000 | 101011101 | 1011100 | 1010 |
Color Harmonies of #33020B
Complementary color
Monochromatic Colors of #33020B
Black with #33020B
Text Example
Text Example
White with #33020B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33020B; }
p { color: rgb(51,2,11); }
H1.HeaderClassName
{
color: #33020B;
}
.AnyTagClassName
{
color: #33020B;
}
</style>
background-color css
<style>
a { background-color: #33020B; }
a { background-color: rgb(51,2,11); }
div.DivClassName
{
background-color: #33020B;
}
.BgClassName
{
background-color: #33020B;
}
</style>
border-color css
<style>
span { border-color: #33020B; }
span { border-color: rgb(51,2,11); }
td.TdClassName
{
border-color: #33020B;
}
.TagClassName
{
border-color: #33020B;
}
</style>