Shades of Rustic Red #33080B
Tints of Rustic Red #33080B
RGB
CMYK
RGB Variations
Color information
#33080B (or 0x33080B) is known color: Rustic Red. HEX triplet: 33, 08 and 0B. RGB value is (51,8,11). Sum of RGB (Red+Green+Blue) = 51+8+11=70 (9% of max value = 765). Red value is 51 (20.31% from 255 or 72.86% from 70); Green value is 8 (3.52% from 255 or 11.43% from 70); Blue value is 11 (4.69% from 255 or 15.71% from 70); Max value from RGB is 51 - color contains mainly: red. Hex color #33080B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #33080B is #CCF7F4. Grayscale: #151515. Windows color (decimal): -13432821 or 722995. OLE color: 722995.
HSL color Cylindrical-coordinate representation of color #33080B: hue angle of 355.81º degrees, saturation: 0.73, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #33080B is Cyan = 0, Magento = 0.84, Yellow = 0.78 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 51 | 8 | 11 | - |
| CMYK | 0 | 0.84 | 0.78 | 0.8 |
| HSL | 355.81º | 0.73% | 0.12% | - |
| HSV(B) | 355.81º | 0.84% | 0.2% | - |
| XYZ | 1.51 | 0.9 | 0.41 | - |
| YUV | 21.2 | 122.25 | 149.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 8 | 11 | 0 | 0.84 | 0.78 | 0.8 | 355.81 | 0.73 | 0.12 |
| Hex | 33 | 8 | B | 0 | 54 | 4E | 50 | 164 | 49 | C |
| Octal | 63 | 10 | 13 | 0 | 124 | 116 | 120 | 544 | 111 | 14 |
| Binary | 110011 | 1000 | 1011 | 0 | 1010100 | 1001110 | 1010000 | 101100100 | 1001001 | 1100 |
Color Harmonies of #33080B
Complementary color
Monochromatic Colors of #33080B
Black with #33080B
Text Example
Text Example
White with #33080B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33080B; }
p { color: rgb(51,8,11); }
H1.HeaderClassName
{
color: #33080B;
}
.AnyTagClassName
{
color: #33080B;
}
</style>
background-color css
<style>
a { background-color: #33080B; }
a { background-color: rgb(51,8,11); }
div.DivClassName
{
background-color: #33080B;
}
.BgClassName
{
background-color: #33080B;
}
</style>
border-color css
<style>
span { border-color: #33080B; }
span { border-color: rgb(51,8,11); }
td.TdClassName
{
border-color: #33080B;
}
.TagClassName
{
border-color: #33080B;
}
</style>