Shades of Rustic Red #33171C
Tints of Rustic Red #33171C
RGB
CMYK
RGB Variations
Color information
#33171C (or 0x33171C) is known color: Rustic Red. HEX triplet: 33, 17 and 1C. RGB value is (51,23,28). Sum of RGB (Red+Green+Blue) = 51+23+28=102 (13% of max value = 765). Red value is 51 (20.31% from 255 or 50% from 102); Green value is 23 (9.38% from 255 or 22.55% from 102); Blue value is 28 (11.33% from 255 or 27.45% from 102); Max value from RGB is 51 - color contains mainly: red. Hex color #33171C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #33171C is #CCE8E3. Grayscale: #1F1F1F. Windows color (decimal): -13428964 or 1840947. OLE color: 1840947.
HSL color Cylindrical-coordinate representation of color #33171C: hue angle of 349.29º degrees, saturation: 0.38, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #33171C is Cyan = 0, Magento = 0.55, Yellow = 0.45 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 51 | 23 | 28 | - |
| CMYK | 0 | 0.55 | 0.45 | 0.8 |
| HSL | 349.29º | 0.38% | 0.15% | - |
| HSV(B) | 349.29º | 0.55% | 0.2% | - |
| XYZ | 1.88 | 1.4 | 1.27 | - |
| YUV | 31.94 | 125.78 | 141.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 23 | 28 | 0 | 0.55 | 0.45 | 0.8 | 349.29 | 0.38 | 0.15 |
| Hex | 33 | 17 | 1C | 0 | 37 | 2D | 50 | 15D | 26 | F |
| Octal | 63 | 27 | 34 | 0 | 67 | 55 | 120 | 535 | 46 | 17 |
| Binary | 110011 | 10111 | 11100 | 0 | 110111 | 101101 | 1010000 | 101011101 | 100110 | 1111 |
Color Harmonies of #33171C
Complementary color
Monochromatic Colors of #33171C
Black with #33171C
Text Example
Text Example
White with #33171C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33171C; }
p { color: rgb(51,23,28); }
H1.HeaderClassName
{
color: #33171C;
}
.AnyTagClassName
{
color: #33171C;
}
</style>
background-color css
<style>
a { background-color: #33171C; }
a { background-color: rgb(51,23,28); }
div.DivClassName
{
background-color: #33171C;
}
.BgClassName
{
background-color: #33171C;
}
</style>
border-color css
<style>
span { border-color: #33171C; }
span { border-color: rgb(51,23,28); }
td.TdClassName
{
border-color: #33171C;
}
.TagClassName
{
border-color: #33171C;
}
</style>