Shades of Rustic Red #2A0D17
Tints of Rustic Red #2A0D17
RGB
CMYK
RGB Variations
Color information
#2A0D17 (or 0x2A0D17) is known color: Rustic Red. HEX triplet: 2A, 0D and 17. RGB value is (42,13,23). Sum of RGB (Red+Green+Blue) = 42+13+23=78 (10% of max value = 765). Red value is 42 (16.80% from 255 or 53.85% from 78); Green value is 13 (5.47% from 255 or 16.67% from 78); Blue value is 23 (9.38% from 255 or 29.49% from 78); Max value from RGB is 42 - color contains mainly: red. Hex color #2A0D17 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #2A0D17 is #D5F2E8. Grayscale: #161616. Windows color (decimal): -14021353 or 1510698. OLE color: 1510698.
HSL color Cylindrical-coordinate representation of color #2A0D17: hue angle of 339.31º degrees, saturation: 0.53, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #2A0D17 is Cyan = 0, Magento = 0.69, Yellow = 0.45 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 42 | 13 | 23 | - |
| CMYK | 0 | 0.69 | 0.45 | 0.84 |
| HSL | 339.31º | 0.53% | 0.11% | - |
| HSV(B) | 339.31º | 0.69% | 0.16% | - |
| XYZ | 1.25 | 0.84 | 0.91 | - |
| YUV | 22.81 | 128.11 | 141.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 13 | 23 | 0 | 0.69 | 0.45 | 0.84 | 339.31 | 0.53 | 0.11 |
| Hex | 2A | D | 17 | 0 | 45 | 2D | 54 | 153 | 35 | B |
| Octal | 52 | 15 | 27 | 0 | 105 | 55 | 124 | 523 | 65 | 13 |
| Binary | 101010 | 1101 | 10111 | 0 | 1000101 | 101101 | 1010100 | 101010011 | 110101 | 1011 |
Color Harmonies of #2A0D17
Complementary color
Monochromatic Colors of #2A0D17
Black with #2A0D17
Text Example
Text Example
White with #2A0D17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A0D17; }
p { color: rgb(42,13,23); }
H1.HeaderClassName
{
color: #2A0D17;
}
.AnyTagClassName
{
color: #2A0D17;
}
</style>
background-color css
<style>
a { background-color: #2A0D17; }
a { background-color: rgb(42,13,23); }
div.DivClassName
{
background-color: #2A0D17;
}
.BgClassName
{
background-color: #2A0D17;
}
</style>
border-color css
<style>
span { border-color: #2A0D17; }
span { border-color: rgb(42,13,23); }
td.TdClassName
{
border-color: #2A0D17;
}
.TagClassName
{
border-color: #2A0D17;
}
</style>