Shades of Rustic Red #33191D
Tints of Rustic Red #33191D
RGB
CMYK
RGB Variations
Color information
#33191D (or 0x33191D) is known color: Rustic Red. HEX triplet: 33, 19 and 1D. RGB value is (51,25,29). Sum of RGB (Red+Green+Blue) = 51+25+29=105 (13% of max value = 765). Red value is 51 (20.31% from 255 or 48.57% from 105); Green value is 25 (10.16% from 255 or 23.81% from 105); Blue value is 29 (11.72% from 255 or 27.62% from 105); Max value from RGB is 51 - color contains mainly: red. Hex color #33191D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #33191D is #CCE6E2. Grayscale: #212121. Windows color (decimal): -13428451 or 1906995. OLE color: 1906995.
HSL color Cylindrical-coordinate representation of color #33191D: hue angle of 350.77º degrees, saturation: 0.34, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #33191D is Cyan = 0, Magento = 0.51, Yellow = 0.43 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 51 | 25 | 29 | - |
| CMYK | 0 | 0.51 | 0.43 | 0.8 |
| HSL | 350.77º | 0.34% | 0.15% | - |
| HSV(B) | 350.77º | 0.51% | 0.2% | - |
| XYZ | 1.93 | 1.49 | 1.35 | - |
| YUV | 33.23 | 125.61 | 140.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 25 | 29 | 0 | 0.51 | 0.43 | 0.8 | 350.77 | 0.34 | 0.15 |
| Hex | 33 | 19 | 1D | 0 | 33 | 2B | 50 | 15F | 22 | F |
| Octal | 63 | 31 | 35 | 0 | 63 | 53 | 120 | 537 | 42 | 17 |
| Binary | 110011 | 11001 | 11101 | 0 | 110011 | 101011 | 1010000 | 101011111 | 100010 | 1111 |
Color Harmonies of #33191D
Complementary color
Monochromatic Colors of #33191D
Black with #33191D
Text Example
Text Example
White with #33191D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33191D; }
p { color: rgb(51,25,29); }
H1.HeaderClassName
{
color: #33191D;
}
.AnyTagClassName
{
color: #33191D;
}
</style>
background-color css
<style>
a { background-color: #33191D; }
a { background-color: rgb(51,25,29); }
div.DivClassName
{
background-color: #33191D;
}
.BgClassName
{
background-color: #33191D;
}
</style>
border-color css
<style>
span { border-color: #33191D; }
span { border-color: rgb(51,25,29); }
td.TdClassName
{
border-color: #33191D;
}
.TagClassName
{
border-color: #33191D;
}
</style>