Shades of Rustic Red #321A1B
Tints of Rustic Red #321A1B
RGB
CMYK
RGB Variations
Color information
#321A1B (or 0x321A1B) is known color: Rustic Red. HEX triplet: 32, 1A and 1B. RGB value is (50,26,27). Sum of RGB (Red+Green+Blue) = 50+26+27=103 (13% of max value = 765). Red value is 50 (19.92% from 255 or 48.54% from 103); Green value is 26 (10.55% from 255 or 25.24% from 103); Blue value is 27 (10.94% from 255 or 26.21% from 103); Max value from RGB is 50 - color contains mainly: red. Hex color #321A1B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #321A1B is #CDE5E4. Grayscale: #212121. Windows color (decimal): -13493733 or 1776178. OLE color: 1776178.
HSL color Cylindrical-coordinate representation of color #321A1B: hue angle of 357.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 #321A1B is Cyan = 0, Magento = 0.48, Yellow = 0.46 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 50 | 26 | 27 | - |
| CMYK | 0 | 0.48 | 0.46 | 0.80 |
| HSL | 357.5º | 0.32% | 0.15% | - |
| HSV(B) | 357.5º | 0.48% | 0.2% | - |
| XYZ | 1.88 | 1.5 | 1.23 | - |
| YUV | 33.29 | 124.45 | 139.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 26 | 27 | 0 | 0.48 | 0.46 | 0.80 | 357.5 | 0.32 | 0.15 |
| Hex | 32 | 1A | 1B | 0 | 30 | 2E | 50 | 166 | 20 | F |
| Octal | 62 | 32 | 33 | 0 | 60 | 56 | 120 | 546 | 40 | 17 |
| Binary | 110010 | 11010 | 11011 | 0 | 110000 | 101110 | 1010000 | 101100110 | 100000 | 1111 |
Color Harmonies of #321A1B
Complementary color
Monochromatic Colors of #321A1B
Black with #321A1B
Text Example
Text Example
White with #321A1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #321A1B; }
p { color: rgb(50,26,27); }
H1.HeaderClassName
{
color: #321A1B;
}
.AnyTagClassName
{
color: #321A1B;
}
</style>
background-color css
<style>
a { background-color: #321A1B; }
a { background-color: rgb(50,26,27); }
div.DivClassName
{
background-color: #321A1B;
}
.BgClassName
{
background-color: #321A1B;
}
</style>
border-color css
<style>
span { border-color: #321A1B; }
span { border-color: rgb(50,26,27); }
td.TdClassName
{
border-color: #321A1B;
}
.TagClassName
{
border-color: #321A1B;
}
</style>