Shades of Rustic Red #2B1A1C
Tints of Rustic Red #2B1A1C
RGB
CMYK
RGB Variations
Color information
#2B1A1C (or 0x2B1A1C) is known color: Rustic Red. HEX triplet: 2B, 1A and 1C. RGB value is (43,26,28). Sum of RGB (Red+Green+Blue) = 43+26+28=97 (12% of max value = 765). Red value is 43 (17.19% from 255 or 44.33% from 97); Green value is 26 (10.55% from 255 or 26.80% from 97); Blue value is 28 (11.33% from 255 or 28.87% from 97); Max value from RGB is 43 - color contains mainly: red. Hex color #2B1A1C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2B1A1C is #D4E5E3. Grayscale: #1F1F1F. Windows color (decimal): -13952484 or 1841707. OLE color: 1841707.
HSL color Cylindrical-coordinate representation of color #2B1A1C: hue angle of 352.94º degrees, saturation: 0.25, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #2B1A1C is Cyan = 0, Magento = 0.40, Yellow = 0.35 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 43 | 26 | 28 | - |
| CMYK | 0 | 0.40 | 0.35 | 0.83 |
| HSL | 352.94º | 0.25% | 0.14% | - |
| HSV(B) | 352.94º | 0.4% | 0.17% | - |
| XYZ | 1.58 | 1.34 | 1.27 | - |
| YUV | 31.31 | 126.13 | 136.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 26 | 28 | 0 | 0.40 | 0.35 | 0.83 | 352.94 | 0.25 | 0.14 |
| Hex | 2B | 1A | 1C | 0 | 28 | 23 | 53 | 161 | 19 | E |
| Octal | 53 | 32 | 34 | 0 | 50 | 43 | 123 | 541 | 31 | 16 |
| Binary | 101011 | 11010 | 11100 | 0 | 101000 | 100011 | 1010011 | 101100001 | 11001 | 1110 |
Color Harmonies of #2B1A1C
Complementary color
Monochromatic Colors of #2B1A1C
Black with #2B1A1C
Text Example
Text Example
White with #2B1A1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B1A1C; }
p { color: rgb(43,26,28); }
H1.HeaderClassName
{
color: #2B1A1C;
}
.AnyTagClassName
{
color: #2B1A1C;
}
</style>
background-color css
<style>
a { background-color: #2B1A1C; }
a { background-color: rgb(43,26,28); }
div.DivClassName
{
background-color: #2B1A1C;
}
.BgClassName
{
background-color: #2B1A1C;
}
</style>
border-color css
<style>
span { border-color: #2B1A1C; }
span { border-color: rgb(43,26,28); }
td.TdClassName
{
border-color: #2B1A1C;
}
.TagClassName
{
border-color: #2B1A1C;
}
</style>