Shades of Rustic Red #2B0E17
Tints of Rustic Red #2B0E17
RGB
CMYK
RGB Variations
Color information
#2B0E17 (or 0x2B0E17) is known color: Rustic Red. HEX triplet: 2B, 0E and 17. RGB value is (43,14,23). Sum of RGB (Red+Green+Blue) = 43+14+23=80 (10% of max value = 765). Red value is 43 (17.19% from 255 or 53.75% from 80); Green value is 14 (5.86% from 255 or 17.5% from 80); Blue value is 23 (9.38% from 255 or 28.75% from 80); Max value from RGB is 43 - color contains mainly: red. Hex color #2B0E17 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #2B0E17 is #D4F1E8. Grayscale: #171717. Windows color (decimal): -13955561 or 1510955. OLE color: 1510955.
HSL color Cylindrical-coordinate representation of color #2B0E17: hue angle of 341.38º degrees, saturation: 0.51, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #2B0E17 is Cyan = 0, Magento = 0.67, Yellow = 0.47 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 43 | 14 | 23 | - |
| CMYK | 0 | 0.67 | 0.47 | 0.83 |
| HSL | 341.38º | 0.51% | 0.11% | - |
| HSV(B) | 341.38º | 0.67% | 0.17% | - |
| XYZ | 1.31 | 0.89 | 0.91 | - |
| YUV | 23.7 | 127.61 | 141.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 14 | 23 | 0 | 0.67 | 0.47 | 0.83 | 341.38 | 0.51 | 0.11 |
| Hex | 2B | E | 17 | 0 | 43 | 2F | 53 | 155 | 33 | B |
| Octal | 53 | 16 | 27 | 0 | 103 | 57 | 123 | 525 | 63 | 13 |
| Binary | 101011 | 1110 | 10111 | 0 | 1000011 | 101111 | 1010011 | 101010101 | 110011 | 1011 |
Color Harmonies of #2B0E17
Complementary color
Monochromatic Colors of #2B0E17
Black with #2B0E17
Text Example
Text Example
White with #2B0E17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B0E17; }
p { color: rgb(43,14,23); }
H1.HeaderClassName
{
color: #2B0E17;
}
.AnyTagClassName
{
color: #2B0E17;
}
</style>
background-color css
<style>
a { background-color: #2B0E17; }
a { background-color: rgb(43,14,23); }
div.DivClassName
{
background-color: #2B0E17;
}
.BgClassName
{
background-color: #2B0E17;
}
</style>
border-color css
<style>
span { border-color: #2B0E17; }
span { border-color: rgb(43,14,23); }
td.TdClassName
{
border-color: #2B0E17;
}
.TagClassName
{
border-color: #2B0E17;
}
</style>