Shades of Rustic Red #2B0A0E
Tints of Rustic Red #2B0A0E
RGB
CMYK
RGB Variations
Color information
#2B0A0E (or 0x2B0A0E) is known color: Rustic Red. HEX triplet: 2B, 0A and 0E. RGB value is (43,10,14). Sum of RGB (Red+Green+Blue) = 43+10+14=67 (8% of max value = 765). Red value is 43 (17.19% from 255 or 64.18% from 67); Green value is 10 (4.30% from 255 or 14.93% from 67); Blue value is 14 (5.86% from 255 or 20.90% from 67); Max value from RGB is 43 - color contains mainly: red. Hex color #2B0A0E is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #2B0A0E is #D4F5F1. Grayscale: #141414. Windows color (decimal): -13956594 or 920107. OLE color: 920107.
HSL color Cylindrical-coordinate representation of color #2B0A0E: hue angle of 352.73º degrees, saturation: 0.62, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2B0A0E is Cyan = 0, Magento = 0.77, Yellow = 0.67 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 43 | 10 | 14 | - |
| CMYK | 0 | 0.77 | 0.67 | 0.83 |
| HSL | 352.73º | 0.62% | 0.1% | - |
| HSV(B) | 352.73º | 0.77% | 0.17% | - |
| XYZ | 1.18 | 0.76 | 0.5 | - |
| YUV | 20.32 | 124.43 | 144.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 10 | 14 | 0 | 0.77 | 0.67 | 0.83 | 352.73 | 0.62 | 0.1 |
| Hex | 2B | A | E | 0 | 4D | 43 | 53 | 161 | 3E | A |
| Octal | 53 | 12 | 16 | 0 | 115 | 103 | 123 | 541 | 76 | 12 |
| Binary | 101011 | 1010 | 1110 | 0 | 1001101 | 1000011 | 1010011 | 101100001 | 111110 | 1010 |
Color Harmonies of #2B0A0E
Complementary color
Monochromatic Colors of #2B0A0E
Black with #2B0A0E
Text Example
Text Example
White with #2B0A0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B0A0E; }
p { color: rgb(43,10,14); }
H1.HeaderClassName
{
color: #2B0A0E;
}
.AnyTagClassName
{
color: #2B0A0E;
}
</style>
background-color css
<style>
a { background-color: #2B0A0E; }
a { background-color: rgb(43,10,14); }
div.DivClassName
{
background-color: #2B0A0E;
}
.BgClassName
{
background-color: #2B0A0E;
}
</style>
border-color css
<style>
span { border-color: #2B0A0E; }
span { border-color: rgb(43,10,14); }
td.TdClassName
{
border-color: #2B0A0E;
}
.TagClassName
{
border-color: #2B0A0E;
}
</style>