Shades of Rustic Red #2B0F13
Tints of Rustic Red #2B0F13
RGB
CMYK
RGB Variations
Color information
#2B0F13 (or 0x2B0F13) is known color: Rustic Red. HEX triplet: 2B, 0F and 13. RGB value is (43,15,19). Sum of RGB (Red+Green+Blue) = 43+15+19=77 (10% of max value = 765). Red value is 43 (17.19% from 255 or 55.84% from 77); Green value is 15 (6.25% from 255 or 19.48% from 77); Blue value is 19 (7.81% from 255 or 24.68% from 77); Max value from RGB is 43 - color contains mainly: red. Hex color #2B0F13 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #2B0F13 is #D4F0EC. Grayscale: #171717. Windows color (decimal): -13955309 or 1249067. OLE color: 1249067.
HSL color Cylindrical-coordinate representation of color #2B0F13: hue angle of 351.43º degrees, saturation: 0.48, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #2B0F13 is Cyan = 0, Magento = 0.65, Yellow = 0.56 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 43 | 15 | 19 | - |
| CMYK | 0 | 0.65 | 0.56 | 0.83 |
| HSL | 351.43º | 0.48% | 0.11% | - |
| HSV(B) | 351.43º | 0.65% | 0.17% | - |
| XYZ | 1.28 | 0.9 | 0.72 | - |
| YUV | 23.83 | 125.28 | 141.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 15 | 19 | 0 | 0.65 | 0.56 | 0.83 | 351.43 | 0.48 | 0.11 |
| Hex | 2B | F | 13 | 0 | 41 | 38 | 53 | 15F | 30 | B |
| Octal | 53 | 17 | 23 | 0 | 101 | 70 | 123 | 537 | 60 | 13 |
| Binary | 101011 | 1111 | 10011 | 0 | 1000001 | 111000 | 1010011 | 101011111 | 110000 | 1011 |
Color Harmonies of #2B0F13
Complementary color
Monochromatic Colors of #2B0F13
Black with #2B0F13
Text Example
Text Example
White with #2B0F13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B0F13; }
p { color: rgb(43,15,19); }
H1.HeaderClassName
{
color: #2B0F13;
}
.AnyTagClassName
{
color: #2B0F13;
}
</style>
background-color css
<style>
a { background-color: #2B0F13; }
a { background-color: rgb(43,15,19); }
div.DivClassName
{
background-color: #2B0F13;
}
.BgClassName
{
background-color: #2B0F13;
}
</style>
border-color css
<style>
span { border-color: #2B0F13; }
span { border-color: rgb(43,15,19); }
td.TdClassName
{
border-color: #2B0F13;
}
.TagClassName
{
border-color: #2B0F13;
}
</style>