Shades of Rustic Red #2B040D
Tints of Rustic Red #2B040D
RGB
CMYK
RGB Variations
Color information
#2B040D (or 0x2B040D) is known color: Rustic Red. HEX triplet: 2B, 04 and 0D. RGB value is (43,4,13). Sum of RGB (Red+Green+Blue) = 43+4+13=60 (7% of max value = 765). Red value is 43 (17.19% from 255 or 71.67% from 60); Green value is 4 (1.95% from 255 or 6.67% from 60); Blue value is 13 (5.47% from 255 or 21.67% from 60); Max value from RGB is 43 - color contains mainly: red. Hex color #2B040D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #2B040D is #D4FBF2. Grayscale: #101010. Windows color (decimal): -13958131 or 853035. OLE color: 853035.
HSL color Cylindrical-coordinate representation of color #2B040D: hue angle of 346.15º degrees, saturation: 0.83, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #2B040D is Cyan = 0, Magento = 0.91, Yellow = 0.70 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 43 | 4 | 13 | - |
| CMYK | 0 | 0.91 | 0.70 | 0.83 |
| HSL | 346.15º | 0.83% | 0.09% | - |
| HSV(B) | 346.15º | 0.91% | 0.17% | - |
| XYZ | 1.11 | 0.63 | 0.44 | - |
| YUV | 16.69 | 125.92 | 146.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 4 | 13 | 0 | 0.91 | 0.70 | 0.83 | 346.15 | 0.83 | 0.09 |
| Hex | 2B | 4 | D | 0 | 5B | 46 | 53 | 15A | 53 | 9 |
| Octal | 53 | 4 | 15 | 0 | 133 | 106 | 123 | 532 | 123 | 11 |
| Binary | 101011 | 100 | 1101 | 0 | 1011011 | 1000110 | 1010011 | 101011010 | 1010011 | 1001 |
Color Harmonies of #2B040D
Complementary color
Monochromatic Colors of #2B040D
Black with #2B040D
Text Example
Text Example
White with #2B040D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B040D; }
p { color: rgb(43,4,13); }
H1.HeaderClassName
{
color: #2B040D;
}
.AnyTagClassName
{
color: #2B040D;
}
</style>
background-color css
<style>
a { background-color: #2B040D; }
a { background-color: rgb(43,4,13); }
div.DivClassName
{
background-color: #2B040D;
}
.BgClassName
{
background-color: #2B040D;
}
</style>
border-color css
<style>
span { border-color: #2B040D; }
span { border-color: rgb(43,4,13); }
td.TdClassName
{
border-color: #2B040D;
}
.TagClassName
{
border-color: #2B040D;
}
</style>