Shades of Rustic Red #2B050D
Tints of Rustic Red #2B050D
RGB
CMYK
RGB Variations
Color information
#2B050D (or 0x2B050D) is known color: Rustic Red. HEX triplet: 2B, 05 and 0D. RGB value is (43,5,13). Sum of RGB (Red+Green+Blue) = 43+5+13=61 (8% of max value = 765). Red value is 43 (17.19% from 255 or 70.49% from 61); Green value is 5 (2.34% from 255 or 8.20% from 61); Blue value is 13 (5.47% from 255 or 21.31% from 61); Max value from RGB is 43 - color contains mainly: red. Hex color #2B050D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #2B050D is #D4FAF2. Grayscale: #111111. Windows color (decimal): -13957875 or 853291. OLE color: 853291.
HSL color Cylindrical-coordinate representation of color #2B050D: hue angle of 347.37º degrees, saturation: 0.79, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #2B050D is Cyan = 0, Magento = 0.88, Yellow = 0.70 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 43 | 5 | 13 | - |
| CMYK | 0 | 0.88 | 0.70 | 0.83 |
| HSL | 347.37º | 0.79% | 0.09% | - |
| HSV(B) | 347.37º | 0.88% | 0.17% | - |
| XYZ | 1.12 | 0.65 | 0.45 | - |
| YUV | 17.27 | 125.59 | 146.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 5 | 13 | 0 | 0.88 | 0.70 | 0.83 | 347.37 | 0.79 | 0.09 |
| Hex | 2B | 5 | D | 0 | 58 | 46 | 53 | 15B | 4F | 9 |
| Octal | 53 | 5 | 15 | 0 | 130 | 106 | 123 | 533 | 117 | 11 |
| Binary | 101011 | 101 | 1101 | 0 | 1011000 | 1000110 | 1010011 | 101011011 | 1001111 | 1001 |
Color Harmonies of #2B050D
Complementary color
Monochromatic Colors of #2B050D
Black with #2B050D
Text Example
Text Example
White with #2B050D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B050D; }
p { color: rgb(43,5,13); }
H1.HeaderClassName
{
color: #2B050D;
}
.AnyTagClassName
{
color: #2B050D;
}
</style>
background-color css
<style>
a { background-color: #2B050D; }
a { background-color: rgb(43,5,13); }
div.DivClassName
{
background-color: #2B050D;
}
.BgClassName
{
background-color: #2B050D;
}
</style>
border-color css
<style>
span { border-color: #2B050D; }
span { border-color: rgb(43,5,13); }
td.TdClassName
{
border-color: #2B050D;
}
.TagClassName
{
border-color: #2B050D;
}
</style>