Shades of Rustic Red #392122
Tints of Rustic Red #392122
RGB
CMYK
RGB Variations
Color information
#392122 (or 0x392122) is known color: Rustic Red. HEX triplet: 39, 21 and 22. RGB value is (57,33,34). Sum of RGB (Red+Green+Blue) = 57+33+34=124 (16% of max value = 765). Red value is 57 (22.66% from 255 or 45.97% from 124); Green value is 33 (13.28% from 255 or 26.61% from 124); Blue value is 34 (13.67% from 255 or 27.42% from 124); Max value from RGB is 57 - color contains mainly: red. Hex color #392122 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #392122 is #C6DEDD. Grayscale: #282828. Windows color (decimal): -13033182 or 2236729. OLE color: 2236729.
HSL color Cylindrical-coordinate representation of color #392122: hue angle of 357.5º degrees, saturation: 0.27, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #392122 is Cyan = 0, Magento = 0.42, Yellow = 0.40 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 57 | 33 | 34 | - |
| CMYK | 0 | 0.42 | 0.40 | 0.78 |
| HSL | 357.5º | 0.27% | 0.18% | - |
| HSV(B) | 357.5º | 0.42% | 0.22% | - |
| XYZ | 2.52 | 2.07 | 1.78 | - |
| YUV | 40.29 | 124.45 | 139.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 33 | 34 | 0 | 0.42 | 0.40 | 0.78 | 357.5 | 0.27 | 0.18 |
| Hex | 39 | 21 | 22 | 0 | 2A | 28 | 4E | 166 | 1B | 12 |
| Octal | 71 | 41 | 42 | 0 | 52 | 50 | 116 | 546 | 33 | 22 |
| Binary | 111001 | 100001 | 100010 | 0 | 101010 | 101000 | 1001110 | 101100110 | 11011 | 10010 |
Color Harmonies of #392122
Complementary color
Monochromatic Colors of #392122
Black with #392122
Text Example
Text Example
White with #392122
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #392122; }
p { color: rgb(57,33,34); }
H1.HeaderClassName
{
color: #392122;
}
.AnyTagClassName
{
color: #392122;
}
</style>
background-color css
<style>
a { background-color: #392122; }
a { background-color: rgb(57,33,34); }
div.DivClassName
{
background-color: #392122;
}
.BgClassName
{
background-color: #392122;
}
</style>
border-color css
<style>
span { border-color: #392122; }
span { border-color: rgb(57,33,34); }
td.TdClassName
{
border-color: #392122;
}
.TagClassName
{
border-color: #392122;
}
</style>