Shades of Rustic Red #2B1318
Tints of Rustic Red #2B1318
RGB
CMYK
RGB Variations
Color information
#2B1318 (or 0x2B1318) is known color: Rustic Red. HEX triplet: 2B, 13 and 18. RGB value is (43,19,24). Sum of RGB (Red+Green+Blue) = 43+19+24=86 (11% of max value = 765). Red value is 43 (17.19% from 255 or 50% from 86); Green value is 19 (7.81% from 255 or 22.09% from 86); Blue value is 24 (9.77% from 255 or 27.91% from 86); Max value from RGB is 43 - color contains mainly: red. Hex color #2B1318 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #2B1318 is #D4ECE7. Grayscale: #1A1A1A. Windows color (decimal): -13954280 or 1577771. OLE color: 1577771.
HSL color Cylindrical-coordinate representation of color #2B1318: hue angle of 347.5º degrees, saturation: 0.39, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #2B1318 is Cyan = 0, Magento = 0.56, Yellow = 0.44 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 43 | 19 | 24 | - |
| CMYK | 0 | 0.56 | 0.44 | 0.83 |
| HSL | 347.5º | 0.39% | 0.12% | - |
| HSV(B) | 347.5º | 0.56% | 0.17% | - |
| XYZ | 1.39 | 1.05 | 0.99 | - |
| YUV | 26.75 | 126.45 | 139.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 19 | 24 | 0 | 0.56 | 0.44 | 0.83 | 347.5 | 0.39 | 0.12 |
| Hex | 2B | 13 | 18 | 0 | 38 | 2C | 53 | 15C | 27 | C |
| Octal | 53 | 23 | 30 | 0 | 70 | 54 | 123 | 534 | 47 | 14 |
| Binary | 101011 | 10011 | 11000 | 0 | 111000 | 101100 | 1010011 | 101011100 | 100111 | 1100 |
Color Harmonies of #2B1318
Complementary color
Monochromatic Colors of #2B1318
Black with #2B1318
Text Example
Text Example
White with #2B1318
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B1318; }
p { color: rgb(43,19,24); }
H1.HeaderClassName
{
color: #2B1318;
}
.AnyTagClassName
{
color: #2B1318;
}
</style>
background-color css
<style>
a { background-color: #2B1318; }
a { background-color: rgb(43,19,24); }
div.DivClassName
{
background-color: #2B1318;
}
.BgClassName
{
background-color: #2B1318;
}
</style>
border-color css
<style>
span { border-color: #2B1318; }
span { border-color: rgb(43,19,24); }
td.TdClassName
{
border-color: #2B1318;
}
.TagClassName
{
border-color: #2B1318;
}
</style>