Shades of Rustic Red #2B050F
Tints of Rustic Red #2B050F
RGB
CMYK
RGB Variations
Color information
#2B050F (or 0x2B050F) is known color: Rustic Red. HEX triplet: 2B, 05 and 0F. RGB value is (43,5,15). Sum of RGB (Red+Green+Blue) = 43+5+15=63 (8% of max value = 765). Red value is 43 (17.19% from 255 or 68.25% from 63); Green value is 5 (2.34% from 255 or 7.94% from 63); Blue value is 15 (6.25% from 255 or 23.81% from 63); Max value from RGB is 43 - color contains mainly: red. Hex color #2B050F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #2B050F is #D4FAF0. Grayscale: #111111. Windows color (decimal): -13957873 or 984363. OLE color: 984363.
HSL color Cylindrical-coordinate representation of color #2B050F: hue angle of 344.21º 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 #2B050F is Cyan = 0, Magento = 0.88, Yellow = 0.65 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 43 | 5 | 15 | - |
| CMYK | 0 | 0.88 | 0.65 | 0.83 |
| HSL | 344.21º | 0.79% | 0.09% | - |
| HSV(B) | 344.21º | 0.88% | 0.17% | - |
| XYZ | 1.14 | 0.66 | 0.52 | - |
| YUV | 17.5 | 126.59 | 146.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 5 | 15 | 0 | 0.88 | 0.65 | 0.83 | 344.21 | 0.79 | 0.09 |
| Hex | 2B | 5 | F | 0 | 58 | 41 | 53 | 158 | 4F | 9 |
| Octal | 53 | 5 | 17 | 0 | 130 | 101 | 123 | 530 | 117 | 11 |
| Binary | 101011 | 101 | 1111 | 0 | 1011000 | 1000001 | 1010011 | 101011000 | 1001111 | 1001 |
Color Harmonies of #2B050F
Complementary color
Monochromatic Colors of #2B050F
Black with #2B050F
Text Example
Text Example
White with #2B050F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B050F; }
p { color: rgb(43,5,15); }
H1.HeaderClassName
{
color: #2B050F;
}
.AnyTagClassName
{
color: #2B050F;
}
</style>
background-color css
<style>
a { background-color: #2B050F; }
a { background-color: rgb(43,5,15); }
div.DivClassName
{
background-color: #2B050F;
}
.BgClassName
{
background-color: #2B050F;
}
</style>
border-color css
<style>
span { border-color: #2B050F; }
span { border-color: rgb(43,5,15); }
td.TdClassName
{
border-color: #2B050F;
}
.TagClassName
{
border-color: #2B050F;
}
</style>