Shades of Rustic Red #33020F
Tints of Rustic Red #33020F
RGB
CMYK
RGB Variations
Color information
#33020F (or 0x33020F) is known color: Rustic Red. HEX triplet: 33, 02 and 0F. RGB value is (51,2,15). Sum of RGB (Red+Green+Blue) = 51+2+15=68 (9% of max value = 765). Red value is 51 (20.31% from 255 or 75% from 68); Green value is 2 (1.17% from 255 or 2.94% from 68); Blue value is 15 (6.25% from 255 or 22.06% from 68); Max value from RGB is 51 - color contains mainly: red. Hex color #33020F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #33020F is #CCFDF0. Grayscale: #121212. Windows color (decimal): -13434353 or 983603. OLE color: 983603.
HSL color Cylindrical-coordinate representation of color #33020F: hue angle of 344.08º 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 #33020F is Cyan = 0, Magento = 0.96, Yellow = 0.71 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 51 | 2 | 15 | - |
| CMYK | 0 | 0.96 | 0.71 | 0.8 |
| HSL | 344.08º | 0.92% | 0.1% | - |
| HSV(B) | 344.08º | 0.96% | 0.2% | - |
| XYZ | 1.47 | 0.78 | 0.53 | - |
| YUV | 18.13 | 126.23 | 151.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 2 | 15 | 0 | 0.96 | 0.71 | 0.8 | 344.08 | 0.92 | 0.1 |
| Hex | 33 | 2 | F | 0 | 60 | 47 | 50 | 158 | 5C | A |
| Octal | 63 | 2 | 17 | 0 | 140 | 107 | 120 | 530 | 134 | 12 |
| Binary | 110011 | 10 | 1111 | 0 | 1100000 | 1000111 | 1010000 | 101011000 | 1011100 | 1010 |
Color Harmonies of #33020F
Complementary color
Monochromatic Colors of #33020F
Black with #33020F
Text Example
Text Example
White with #33020F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33020F; }
p { color: rgb(51,2,15); }
H1.HeaderClassName
{
color: #33020F;
}
.AnyTagClassName
{
color: #33020F;
}
</style>
background-color css
<style>
a { background-color: #33020F; }
a { background-color: rgb(51,2,15); }
div.DivClassName
{
background-color: #33020F;
}
.BgClassName
{
background-color: #33020F;
}
</style>
border-color css
<style>
span { border-color: #33020F; }
span { border-color: rgb(51,2,15); }
td.TdClassName
{
border-color: #33020F;
}
.TagClassName
{
border-color: #33020F;
}
</style>