Shades of Rustic Red #33070B
Tints of Rustic Red #33070B
RGB
CMYK
RGB Variations
Color information
#33070B (or 0x33070B) is known color: Rustic Red. HEX triplet: 33, 07 and 0B. RGB value is (51,7,11). Sum of RGB (Red+Green+Blue) = 51+7+11=69 (9% of max value = 765). Red value is 51 (20.31% from 255 or 73.91% from 69); Green value is 7 (3.12% from 255 or 10.14% from 69); Blue value is 11 (4.69% from 255 or 15.94% from 69); Max value from RGB is 51 - color contains mainly: red. Hex color #33070B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #33070B is #CCF8F4. Grayscale: #141414. Windows color (decimal): -13433077 or 722739. OLE color: 722739.
HSL color Cylindrical-coordinate representation of color #33070B: hue angle of 354.55º degrees, saturation: 0.76, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #33070B is Cyan = 0, Magento = 0.86, Yellow = 0.78 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 51 | 7 | 11 | - |
| CMYK | 0 | 0.86 | 0.78 | 0.8 |
| HSL | 354.55º | 0.76% | 0.11% | - |
| HSV(B) | 354.55º | 0.86% | 0.2% | - |
| XYZ | 1.5 | 0.88 | 0.41 | - |
| YUV | 20.61 | 122.58 | 149.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 7 | 11 | 0 | 0.86 | 0.78 | 0.8 | 354.55 | 0.76 | 0.11 |
| Hex | 33 | 7 | B | 0 | 56 | 4E | 50 | 163 | 4C | B |
| Octal | 63 | 7 | 13 | 0 | 126 | 116 | 120 | 543 | 114 | 13 |
| Binary | 110011 | 111 | 1011 | 0 | 1010110 | 1001110 | 1010000 | 101100011 | 1001100 | 1011 |
Color Harmonies of #33070B
Complementary color
Monochromatic Colors of #33070B
Black with #33070B
Text Example
Text Example
White with #33070B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33070B; }
p { color: rgb(51,7,11); }
H1.HeaderClassName
{
color: #33070B;
}
.AnyTagClassName
{
color: #33070B;
}
</style>
background-color css
<style>
a { background-color: #33070B; }
a { background-color: rgb(51,7,11); }
div.DivClassName
{
background-color: #33070B;
}
.BgClassName
{
background-color: #33070B;
}
</style>
border-color css
<style>
span { border-color: #33070B; }
span { border-color: rgb(51,7,11); }
td.TdClassName
{
border-color: #33070B;
}
.TagClassName
{
border-color: #33070B;
}
</style>