Shades of Rustic Red #2A1617
Tints of Rustic Red #2A1617
RGB
CMYK
RGB Variations
Color information
#2A1617 (or 0x2A1617) is known color: Rustic Red. HEX triplet: 2A, 16 and 17. RGB value is (42,22,23). Sum of RGB (Red+Green+Blue) = 42+22+23=87 (11% of max value = 765). Red value is 42 (16.80% from 255 or 48.28% from 87); Green value is 22 (8.98% from 255 or 25.29% from 87); Blue value is 23 (9.38% from 255 or 26.44% from 87); Max value from RGB is 42 - color contains mainly: red. Hex color #2A1617 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #2A1617 is #D5E9E8. Grayscale: #1C1C1C. Windows color (decimal): -14019049 or 1513002. OLE color: 1513002.
HSL color Cylindrical-coordinate representation of color #2A1617: hue angle of 357º degrees, saturation: 0.31, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #2A1617 is Cyan = 0, Magento = 0.48, Yellow = 0.45 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 42 | 22 | 23 | - |
| CMYK | 0 | 0.48 | 0.45 | 0.84 |
| HSL | 357º | 0.31% | 0.13% | - |
| HSV(B) | 357º | 0.48% | 0.16% | - |
| XYZ | 1.4 | 1.13 | 0.95 | - |
| YUV | 28.09 | 125.13 | 137.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 22 | 23 | 0 | 0.48 | 0.45 | 0.84 | 357 | 0.31 | 0.13 |
| Hex | 2A | 16 | 17 | 0 | 30 | 2D | 54 | 165 | 1F | D |
| Octal | 52 | 26 | 27 | 0 | 60 | 55 | 124 | 545 | 37 | 15 |
| Binary | 101010 | 10110 | 10111 | 0 | 110000 | 101101 | 1010100 | 101100101 | 11111 | 1101 |
Color Harmonies of #2A1617
Complementary color
Monochromatic Colors of #2A1617
Black with #2A1617
Text Example
Text Example
White with #2A1617
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A1617; }
p { color: rgb(42,22,23); }
H1.HeaderClassName
{
color: #2A1617;
}
.AnyTagClassName
{
color: #2A1617;
}
</style>
background-color css
<style>
a { background-color: #2A1617; }
a { background-color: rgb(42,22,23); }
div.DivClassName
{
background-color: #2A1617;
}
.BgClassName
{
background-color: #2A1617;
}
</style>
border-color css
<style>
span { border-color: #2A1617; }
span { border-color: rgb(42,22,23); }
td.TdClassName
{
border-color: #2A1617;
}
.TagClassName
{
border-color: #2A1617;
}
</style>