Shades of Rustic Red #331A1C
Tints of Rustic Red #331A1C
RGB
CMYK
RGB Variations
Color information
#331A1C (or 0x331A1C) is known color: Rustic Red. HEX triplet: 33, 1A and 1C. RGB value is (51,26,28). Sum of RGB (Red+Green+Blue) = 51+26+28=105 (13% of max value = 765). Red value is 51 (20.31% from 255 or 48.57% from 105); Green value is 26 (10.55% from 255 or 24.76% from 105); Blue value is 28 (11.33% from 255 or 26.67% from 105); Max value from RGB is 51 - color contains mainly: red. Hex color #331A1C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #331A1C is #CCE5E3. Grayscale: #212121. Windows color (decimal): -13428196 or 1841715. OLE color: 1841715.
HSL color Cylindrical-coordinate representation of color #331A1C: hue angle of 355.2º degrees, saturation: 0.32, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #331A1C is Cyan = 0, Magento = 0.49, Yellow = 0.45 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 51 | 26 | 28 | - |
| CMYK | 0 | 0.49 | 0.45 | 0.8 |
| HSL | 355.2º | 0.32% | 0.15% | - |
| HSV(B) | 355.2º | 0.49% | 0.2% | - |
| XYZ | 1.94 | 1.53 | 1.29 | - |
| YUV | 33.7 | 124.78 | 140.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 26 | 28 | 0 | 0.49 | 0.45 | 0.8 | 355.2 | 0.32 | 0.15 |
| Hex | 33 | 1A | 1C | 0 | 31 | 2D | 50 | 163 | 20 | F |
| Octal | 63 | 32 | 34 | 0 | 61 | 55 | 120 | 543 | 40 | 17 |
| Binary | 110011 | 11010 | 11100 | 0 | 110001 | 101101 | 1010000 | 101100011 | 100000 | 1111 |
Color Harmonies of #331A1C
Complementary color
Monochromatic Colors of #331A1C
Black with #331A1C
Text Example
Text Example
White with #331A1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #331A1C; }
p { color: rgb(51,26,28); }
H1.HeaderClassName
{
color: #331A1C;
}
.AnyTagClassName
{
color: #331A1C;
}
</style>
background-color css
<style>
a { background-color: #331A1C; }
a { background-color: rgb(51,26,28); }
div.DivClassName
{
background-color: #331A1C;
}
.BgClassName
{
background-color: #331A1C;
}
</style>
border-color css
<style>
span { border-color: #331A1C; }
span { border-color: rgb(51,26,28); }
td.TdClassName
{
border-color: #331A1C;
}
.TagClassName
{
border-color: #331A1C;
}
</style>