Shades of Rustic Red #33040B
Tints of Rustic Red #33040B
RGB
CMYK
RGB Variations
Color information
#33040B (or 0x33040B) is known color: Rustic Red. HEX triplet: 33, 04 and 0B. RGB value is (51,4,11). Sum of RGB (Red+Green+Blue) = 51+4+11=66 (8% of max value = 765). Red value is 51 (20.31% from 255 or 77.27% from 66); Green value is 4 (1.95% from 255 or 6.06% from 66); Blue value is 11 (4.69% from 255 or 16.67% from 66); Max value from RGB is 51 - color contains mainly: red. Hex color #33040B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #33040B is #CCFBF4. Grayscale: #121212. Windows color (decimal): -13433845 or 721971. OLE color: 721971.
HSL color Cylindrical-coordinate representation of color #33040B: hue angle of 351.06º degrees, saturation: 0.85, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #33040B is Cyan = 0, Magento = 0.92, Yellow = 0.78 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 51 | 4 | 11 | - |
| CMYK | 0 | 0.92 | 0.78 | 0.8 |
| HSL | 351.06º | 0.85% | 0.11% | - |
| HSV(B) | 351.06º | 0.92% | 0.2% | - |
| XYZ | 1.47 | 0.81 | 0.4 | - |
| YUV | 18.85 | 123.57 | 150.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 4 | 11 | 0 | 0.92 | 0.78 | 0.8 | 351.06 | 0.85 | 0.11 |
| Hex | 33 | 4 | B | 0 | 5C | 4E | 50 | 15F | 55 | B |
| Octal | 63 | 4 | 13 | 0 | 134 | 116 | 120 | 537 | 125 | 13 |
| Binary | 110011 | 100 | 1011 | 0 | 1011100 | 1001110 | 1010000 | 101011111 | 1010101 | 1011 |
Color Harmonies of #33040B
Complementary color
Monochromatic Colors of #33040B
Black with #33040B
Text Example
Text Example
White with #33040B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33040B; }
p { color: rgb(51,4,11); }
H1.HeaderClassName
{
color: #33040B;
}
.AnyTagClassName
{
color: #33040B;
}
</style>
background-color css
<style>
a { background-color: #33040B; }
a { background-color: rgb(51,4,11); }
div.DivClassName
{
background-color: #33040B;
}
.BgClassName
{
background-color: #33040B;
}
</style>
border-color css
<style>
span { border-color: #33040B; }
span { border-color: rgb(51,4,11); }
td.TdClassName
{
border-color: #33040B;
}
.TagClassName
{
border-color: #33040B;
}
</style>