Shades of Rustic Red #2A0915
Tints of Rustic Red #2A0915
RGB
CMYK
RGB Variations
Color information
#2A0915 (or 0x2A0915) is known color: Rustic Red. HEX triplet: 2A, 09 and 15. RGB value is (42,9,21). Sum of RGB (Red+Green+Blue) = 42+9+21=72 (9% of max value = 765). Red value is 42 (16.80% from 255 or 58.33% from 72); Green value is 9 (3.91% from 255 or 12.5% from 72); Blue value is 21 (8.59% from 255 or 29.17% from 72); Max value from RGB is 42 - color contains mainly: red. Hex color #2A0915 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #2A0915 is #D5F6EA. Grayscale: #141414. Windows color (decimal): -14022379 or 1378602. OLE color: 1378602.
HSL color Cylindrical-coordinate representation of color #2A0915: hue angle of 338.18º degrees, saturation: 0.65, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2A0915 is Cyan = 0, Magento = 0.79, Yellow = 0.50 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 42 | 9 | 21 | - |
| CMYK | 0 | 0.79 | 0.50 | 0.84 |
| HSL | 338.18º | 0.65% | 0.1% | - |
| HSV(B) | 338.18º | 0.79% | 0.16% | - |
| XYZ | 1.19 | 0.74 | 0.79 | - |
| YUV | 20.24 | 128.43 | 143.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 9 | 21 | 0 | 0.79 | 0.50 | 0.84 | 338.18 | 0.65 | 0.1 |
| Hex | 2A | 9 | 15 | 0 | 4F | 32 | 54 | 152 | 41 | A |
| Octal | 52 | 11 | 25 | 0 | 117 | 62 | 124 | 522 | 101 | 12 |
| Binary | 101010 | 1001 | 10101 | 0 | 1001111 | 110010 | 1010100 | 101010010 | 1000001 | 1010 |
Color Harmonies of #2A0915
Complementary color
Monochromatic Colors of #2A0915
Black with #2A0915
Text Example
Text Example
White with #2A0915
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A0915; }
p { color: rgb(42,9,21); }
H1.HeaderClassName
{
color: #2A0915;
}
.AnyTagClassName
{
color: #2A0915;
}
</style>
background-color css
<style>
a { background-color: #2A0915; }
a { background-color: rgb(42,9,21); }
div.DivClassName
{
background-color: #2A0915;
}
.BgClassName
{
background-color: #2A0915;
}
</style>
border-color css
<style>
span { border-color: #2A0915; }
span { border-color: rgb(42,9,21); }
td.TdClassName
{
border-color: #2A0915;
}
.TagClassName
{
border-color: #2A0915;
}
</style>