Shades of Rustic Red #2A0B0F
Tints of Rustic Red #2A0B0F
RGB
CMYK
RGB Variations
Color information
#2A0B0F (or 0x2A0B0F) is known color: Rustic Red. HEX triplet: 2A, 0B and 0F. RGB value is (42,11,15). Sum of RGB (Red+Green+Blue) = 42+11+15=68 (9% of max value = 765). Red value is 42 (16.80% from 255 or 61.76% from 68); Green value is 11 (4.69% from 255 or 16.18% from 68); Blue value is 15 (6.25% from 255 or 22.06% from 68); Max value from RGB is 42 - color contains mainly: red. Hex color #2A0B0F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #2A0B0F is #D5F4F0. Grayscale: #141414. Windows color (decimal): -14021873 or 985898. OLE color: 985898.
HSL color Cylindrical-coordinate representation of color #2A0B0F: hue angle of 352.26º degrees, saturation: 0.58, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2A0B0F is Cyan = 0, Magento = 0.74, Yellow = 0.64 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 42 | 11 | 15 | - |
| CMYK | 0 | 0.74 | 0.64 | 0.84 |
| HSL | 352.26º | 0.58% | 0.1% | - |
| HSV(B) | 352.26º | 0.74% | 0.16% | - |
| XYZ | 1.16 | 0.77 | 0.54 | - |
| YUV | 20.73 | 124.77 | 143.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 11 | 15 | 0 | 0.74 | 0.64 | 0.84 | 352.26 | 0.58 | 0.1 |
| Hex | 2A | B | F | 0 | 4A | 40 | 54 | 160 | 3A | A |
| Octal | 52 | 13 | 17 | 0 | 112 | 100 | 124 | 540 | 72 | 12 |
| Binary | 101010 | 1011 | 1111 | 0 | 1001010 | 1000000 | 1010100 | 101100000 | 111010 | 1010 |
Color Harmonies of #2A0B0F
Complementary color
Monochromatic Colors of #2A0B0F
Black with #2A0B0F
Text Example
Text Example
White with #2A0B0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A0B0F; }
p { color: rgb(42,11,15); }
H1.HeaderClassName
{
color: #2A0B0F;
}
.AnyTagClassName
{
color: #2A0B0F;
}
</style>
background-color css
<style>
a { background-color: #2A0B0F; }
a { background-color: rgb(42,11,15); }
div.DivClassName
{
background-color: #2A0B0F;
}
.BgClassName
{
background-color: #2A0B0F;
}
</style>
border-color css
<style>
span { border-color: #2A0B0F; }
span { border-color: rgb(42,11,15); }
td.TdClassName
{
border-color: #2A0B0F;
}
.TagClassName
{
border-color: #2A0B0F;
}
</style>