Shades of Rustic Red #33171D
Tints of Rustic Red #33171D
RGB
CMYK
RGB Variations
Color information
#33171D (or 0x33171D) is known color: Rustic Red. HEX triplet: 33, 17 and 1D. RGB value is (51,23,29). Sum of RGB (Red+Green+Blue) = 51+23+29=103 (13% of max value = 765). Red value is 51 (20.31% from 255 or 49.51% from 103); Green value is 23 (9.38% from 255 or 22.33% from 103); Blue value is 29 (11.72% from 255 or 28.16% from 103); Max value from RGB is 51 - color contains mainly: red. Hex color #33171D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #33171D is #CCE8E2. Grayscale: #202020. Windows color (decimal): -13428963 or 1906483. OLE color: 1906483.
HSL color Cylindrical-coordinate representation of color #33171D: hue angle of 347.14º 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 #33171D is Cyan = 0, Magento = 0.55, Yellow = 0.43 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 51 | 23 | 29 | - |
| CMYK | 0 | 0.55 | 0.43 | 0.8 |
| HSL | 347.14º | 0.38% | 0.15% | - |
| HSV(B) | 347.14º | 0.55% | 0.2% | - |
| XYZ | 1.89 | 1.41 | 1.33 | - |
| YUV | 32.06 | 126.28 | 141.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 23 | 29 | 0 | 0.55 | 0.43 | 0.8 | 347.14 | 0.38 | 0.15 |
| Hex | 33 | 17 | 1D | 0 | 37 | 2B | 50 | 15B | 26 | F |
| Octal | 63 | 27 | 35 | 0 | 67 | 53 | 120 | 533 | 46 | 17 |
| Binary | 110011 | 10111 | 11101 | 0 | 110111 | 101011 | 1010000 | 101011011 | 100110 | 1111 |
Color Harmonies of #33171D
Complementary color
Monochromatic Colors of #33171D
Black with #33171D
Text Example
Text Example
White with #33171D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33171D; }
p { color: rgb(51,23,29); }
H1.HeaderClassName
{
color: #33171D;
}
.AnyTagClassName
{
color: #33171D;
}
</style>
background-color css
<style>
a { background-color: #33171D; }
a { background-color: rgb(51,23,29); }
div.DivClassName
{
background-color: #33171D;
}
.BgClassName
{
background-color: #33171D;
}
</style>
border-color css
<style>
span { border-color: #33171D; }
span { border-color: rgb(51,23,29); }
td.TdClassName
{
border-color: #33171D;
}
.TagClassName
{
border-color: #33171D;
}
</style>