Shades of Rustic Red #33191C
Tints of Rustic Red #33191C
RGB
CMYK
RGB Variations
Color information
#33191C (or 0x33191C) is known color: Rustic Red. HEX triplet: 33, 19 and 1C. RGB value is (51,25,28). Sum of RGB (Red+Green+Blue) = 51+25+28=104 (13% of max value = 765). Red value is 51 (20.31% from 255 or 49.04% from 104); Green value is 25 (10.16% from 255 or 24.04% from 104); Blue value is 28 (11.33% from 255 or 26.92% from 104); Max value from RGB is 51 - color contains mainly: red. Hex color #33191C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #33191C is #CCE6E3. Grayscale: #212121. Windows color (decimal): -13428452 or 1841459. OLE color: 1841459.
HSL color Cylindrical-coordinate representation of color #33191C: hue angle of 353.08º 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 #33191C is Cyan = 0, Magento = 0.51, Yellow = 0.45 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 51 | 25 | 28 | - |
| CMYK | 0 | 0.51 | 0.45 | 0.8 |
| HSL | 353.08º | 0.34% | 0.15% | - |
| HSV(B) | 353.08º | 0.51% | 0.2% | - |
| XYZ | 1.92 | 1.48 | 1.28 | - |
| YUV | 33.12 | 125.11 | 140.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 25 | 28 | 0 | 0.51 | 0.45 | 0.8 | 353.08 | 0.34 | 0.15 |
| Hex | 33 | 19 | 1C | 0 | 33 | 2D | 50 | 161 | 22 | F |
| Octal | 63 | 31 | 34 | 0 | 63 | 55 | 120 | 541 | 42 | 17 |
| Binary | 110011 | 11001 | 11100 | 0 | 110011 | 101101 | 1010000 | 101100001 | 100010 | 1111 |
Color Harmonies of #33191C
Complementary color
Monochromatic Colors of #33191C
Black with #33191C
Text Example
Text Example
White with #33191C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33191C; }
p { color: rgb(51,25,28); }
H1.HeaderClassName
{
color: #33191C;
}
.AnyTagClassName
{
color: #33191C;
}
</style>
background-color css
<style>
a { background-color: #33191C; }
a { background-color: rgb(51,25,28); }
div.DivClassName
{
background-color: #33191C;
}
.BgClassName
{
background-color: #33191C;
}
</style>
border-color css
<style>
span { border-color: #33191C; }
span { border-color: rgb(51,25,28); }
td.TdClassName
{
border-color: #33191C;
}
.TagClassName
{
border-color: #33191C;
}
</style>