Shades of Rustic Red #33141C
Tints of Rustic Red #33141C
RGB
CMYK
RGB Variations
Color information
#33141C (or 0x33141C) is known color: Rustic Red. HEX triplet: 33, 14 and 1C. RGB value is (51,20,28). Sum of RGB (Red+Green+Blue) = 51+20+28=99 (13% of max value = 765). Red value is 51 (20.31% from 255 or 51.52% from 99); Green value is 20 (8.20% from 255 or 20.20% from 99); Blue value is 28 (11.33% from 255 or 28.28% from 99); Max value from RGB is 51 - color contains mainly: red. Hex color #33141C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #33141C is #CCEBE3. Grayscale: #1E1E1E. Windows color (decimal): -13429732 or 1840179. OLE color: 1840179.
HSL color Cylindrical-coordinate representation of color #33141C: hue angle of 344.52º degrees, saturation: 0.44, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #33141C is Cyan = 0, Magento = 0.61, Yellow = 0.45 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 51 | 20 | 28 | - |
| CMYK | 0 | 0.61 | 0.45 | 0.8 |
| HSL | 344.52º | 0.44% | 0.14% | - |
| HSV(B) | 344.52º | 0.61% | 0.2% | - |
| XYZ | 1.82 | 1.29 | 1.25 | - |
| YUV | 30.18 | 126.77 | 142.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 20 | 28 | 0 | 0.61 | 0.45 | 0.8 | 344.52 | 0.44 | 0.14 |
| Hex | 33 | 14 | 1C | 0 | 3D | 2D | 50 | 159 | 2C | E |
| Octal | 63 | 24 | 34 | 0 | 75 | 55 | 120 | 531 | 54 | 16 |
| Binary | 110011 | 10100 | 11100 | 0 | 111101 | 101101 | 1010000 | 101011001 | 101100 | 1110 |
Color Harmonies of #33141C
Complementary color
Monochromatic Colors of #33141C
Black with #33141C
Text Example
Text Example
White with #33141C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33141C; }
p { color: rgb(51,20,28); }
H1.HeaderClassName
{
color: #33141C;
}
.AnyTagClassName
{
color: #33141C;
}
</style>
background-color css
<style>
a { background-color: #33141C; }
a { background-color: rgb(51,20,28); }
div.DivClassName
{
background-color: #33141C;
}
.BgClassName
{
background-color: #33141C;
}
</style>
border-color css
<style>
span { border-color: #33141C; }
span { border-color: rgb(51,20,28); }
td.TdClassName
{
border-color: #33141C;
}
.TagClassName
{
border-color: #33141C;
}
</style>