Shades of Rustic Red #321A1D
Tints of Rustic Red #321A1D
RGB
CMYK
RGB Variations
Color information
#321A1D (or 0x321A1D) is known color: Rustic Red. HEX triplet: 32, 1A and 1D. RGB value is (50,26,29). Sum of RGB (Red+Green+Blue) = 50+26+29=105 (13% of max value = 765). Red value is 50 (19.92% from 255 or 47.62% from 105); Green value is 26 (10.55% from 255 or 24.76% from 105); Blue value is 29 (11.72% from 255 or 27.62% from 105); Max value from RGB is 50 - color contains mainly: red. Hex color #321A1D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #321A1D is #CDE5E2. Grayscale: #212121. Windows color (decimal): -13493731 or 1907250. OLE color: 1907250.
HSL color Cylindrical-coordinate representation of color #321A1D: hue angle of 352.5º degrees, saturation: 0.32, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #321A1D is Cyan = 0, Magento = 0.48, Yellow = 0.42 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 50 | 26 | 29 | - |
| CMYK | 0 | 0.48 | 0.42 | 0.80 |
| HSL | 352.5º | 0.32% | 0.15% | - |
| HSV(B) | 352.5º | 0.48% | 0.2% | - |
| XYZ | 1.91 | 1.51 | 1.35 | - |
| YUV | 33.52 | 125.45 | 139.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 26 | 29 | 0 | 0.48 | 0.42 | 0.80 | 352.5 | 0.32 | 0.15 |
| Hex | 32 | 1A | 1D | 0 | 30 | 2A | 50 | 160 | 20 | F |
| Octal | 62 | 32 | 35 | 0 | 60 | 52 | 120 | 540 | 40 | 17 |
| Binary | 110010 | 11010 | 11101 | 0 | 110000 | 101010 | 1010000 | 101100000 | 100000 | 1111 |
Color Harmonies of #321A1D
Complementary color
Monochromatic Colors of #321A1D
Black with #321A1D
Text Example
Text Example
White with #321A1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #321A1D; }
p { color: rgb(50,26,29); }
H1.HeaderClassName
{
color: #321A1D;
}
.AnyTagClassName
{
color: #321A1D;
}
</style>
background-color css
<style>
a { background-color: #321A1D; }
a { background-color: rgb(50,26,29); }
div.DivClassName
{
background-color: #321A1D;
}
.BgClassName
{
background-color: #321A1D;
}
</style>
border-color css
<style>
span { border-color: #321A1D; }
span { border-color: rgb(50,26,29); }
td.TdClassName
{
border-color: #321A1D;
}
.TagClassName
{
border-color: #321A1D;
}
</style>