Shades of Rustic Red #2B0D18
Tints of Rustic Red #2B0D18
RGB
CMYK
RGB Variations
Color information
#2B0D18 (or 0x2B0D18) is known color: Rustic Red. HEX triplet: 2B, 0D and 18. RGB value is (43,13,24). Sum of RGB (Red+Green+Blue) = 43+13+24=80 (10% of max value = 765). Red value is 43 (17.19% from 255 or 53.75% from 80); Green value is 13 (5.47% from 255 or 16.25% from 80); Blue value is 24 (9.77% from 255 or 30% from 80); Max value from RGB is 43 - color contains mainly: red. Hex color #2B0D18 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #2B0D18 is #D4F2E7. Grayscale: #171717. Windows color (decimal): -13955816 or 1576235. OLE color: 1576235.
HSL color Cylindrical-coordinate representation of color #2B0D18: hue angle of 338º degrees, saturation: 0.54, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #2B0D18 is Cyan = 0, Magento = 0.70, Yellow = 0.44 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 43 | 13 | 24 | - |
| CMYK | 0 | 0.70 | 0.44 | 0.83 |
| HSL | 338º | 0.54% | 0.11% | - |
| HSV(B) | 338º | 0.7% | 0.17% | - |
| XYZ | 1.31 | 0.87 | 0.96 | - |
| YUV | 23.22 | 128.44 | 142.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 13 | 24 | 0 | 0.70 | 0.44 | 0.83 | 338 | 0.54 | 0.11 |
| Hex | 2B | D | 18 | 0 | 46 | 2C | 53 | 152 | 36 | B |
| Octal | 53 | 15 | 30 | 0 | 106 | 54 | 123 | 522 | 66 | 13 |
| Binary | 101011 | 1101 | 11000 | 0 | 1000110 | 101100 | 1010011 | 101010010 | 110110 | 1011 |
Color Harmonies of #2B0D18
Complementary color
Monochromatic Colors of #2B0D18
Black with #2B0D18
Text Example
Text Example
White with #2B0D18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B0D18; }
p { color: rgb(43,13,24); }
H1.HeaderClassName
{
color: #2B0D18;
}
.AnyTagClassName
{
color: #2B0D18;
}
</style>
background-color css
<style>
a { background-color: #2B0D18; }
a { background-color: rgb(43,13,24); }
div.DivClassName
{
background-color: #2B0D18;
}
.BgClassName
{
background-color: #2B0D18;
}
</style>
border-color css
<style>
span { border-color: #2B0D18; }
span { border-color: rgb(43,13,24); }
td.TdClassName
{
border-color: #2B0D18;
}
.TagClassName
{
border-color: #2B0D18;
}
</style>