Shades of Rustic Red #33191B
Tints of Rustic Red #33191B
RGB
CMYK
RGB Variations
Color information
#33191B (or 0x33191B) is known color: Rustic Red. HEX triplet: 33, 19 and 1B. RGB value is (51,25,27). Sum of RGB (Red+Green+Blue) = 51+25+27=103 (13% of max value = 765). Red value is 51 (20.31% from 255 or 49.51% from 103); Green value is 25 (10.16% from 255 or 24.27% from 103); Blue value is 27 (10.94% from 255 or 26.21% from 103); Max value from RGB is 51 - color contains mainly: red. Hex color #33191B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #33191B is #CCE6E4. Grayscale: #212121. Windows color (decimal): -13428453 or 1775923. OLE color: 1775923.
HSL color Cylindrical-coordinate representation of color #33191B: hue angle of 355.38º 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 #33191B is Cyan = 0, Magento = 0.51, Yellow = 0.47 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 51 | 25 | 27 | - |
| CMYK | 0 | 0.51 | 0.47 | 0.8 |
| HSL | 355.38º | 0.34% | 0.15% | - |
| HSV(B) | 355.38º | 0.51% | 0.2% | - |
| XYZ | 1.91 | 1.48 | 1.22 | - |
| YUV | 33 | 124.61 | 140.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 25 | 27 | 0 | 0.51 | 0.47 | 0.8 | 355.38 | 0.34 | 0.15 |
| Hex | 33 | 19 | 1B | 0 | 33 | 2F | 50 | 163 | 22 | F |
| Octal | 63 | 31 | 33 | 0 | 63 | 57 | 120 | 543 | 42 | 17 |
| Binary | 110011 | 11001 | 11011 | 0 | 110011 | 101111 | 1010000 | 101100011 | 100010 | 1111 |
Color Harmonies of #33191B
Complementary color
Monochromatic Colors of #33191B
Black with #33191B
Text Example
Text Example
White with #33191B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33191B; }
p { color: rgb(51,25,27); }
H1.HeaderClassName
{
color: #33191B;
}
.AnyTagClassName
{
color: #33191B;
}
</style>
background-color css
<style>
a { background-color: #33191B; }
a { background-color: rgb(51,25,27); }
div.DivClassName
{
background-color: #33191B;
}
.BgClassName
{
background-color: #33191B;
}
</style>
border-color css
<style>
span { border-color: #33191B; }
span { border-color: rgb(51,25,27); }
td.TdClassName
{
border-color: #33191B;
}
.TagClassName
{
border-color: #33191B;
}
</style>