Shades of Rustic Red #2A0917
Tints of Rustic Red #2A0917
RGB
CMYK
RGB Variations
Color information
#2A0917 (or 0x2A0917) is known color: Rustic Red. HEX triplet: 2A, 09 and 17. RGB value is (42,9,23). Sum of RGB (Red+Green+Blue) = 42+9+23=74 (9% of max value = 765). Red value is 42 (16.80% from 255 or 56.76% from 74); Green value is 9 (3.91% from 255 or 12.16% from 74); Blue value is 23 (9.38% from 255 or 31.08% from 74); Max value from RGB is 42 - color contains mainly: red. Hex color #2A0917 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #2A0917 is #D5F6E8. Grayscale: #141414. Windows color (decimal): -14022377 or 1509674. OLE color: 1509674.
HSL color Cylindrical-coordinate representation of color #2A0917: hue angle of 334.55º 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 #2A0917 is Cyan = 0, Magento = 0.79, Yellow = 0.45 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 42 | 9 | 23 | - |
| CMYK | 0 | 0.79 | 0.45 | 0.84 |
| HSL | 334.55º | 0.65% | 0.1% | - |
| HSV(B) | 334.55º | 0.79% | 0.16% | - |
| XYZ | 1.21 | 0.75 | 0.89 | - |
| YUV | 20.46 | 129.43 | 143.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 9 | 23 | 0 | 0.79 | 0.45 | 0.84 | 334.55 | 0.65 | 0.1 |
| Hex | 2A | 9 | 17 | 0 | 4F | 2D | 54 | 14F | 41 | A |
| Octal | 52 | 11 | 27 | 0 | 117 | 55 | 124 | 517 | 101 | 12 |
| Binary | 101010 | 1001 | 10111 | 0 | 1001111 | 101101 | 1010100 | 101001111 | 1000001 | 1010 |
Color Harmonies of #2A0917
Complementary color
Monochromatic Colors of #2A0917
Black with #2A0917
Text Example
Text Example
White with #2A0917
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A0917; }
p { color: rgb(42,9,23); }
H1.HeaderClassName
{
color: #2A0917;
}
.AnyTagClassName
{
color: #2A0917;
}
</style>
background-color css
<style>
a { background-color: #2A0917; }
a { background-color: rgb(42,9,23); }
div.DivClassName
{
background-color: #2A0917;
}
.BgClassName
{
background-color: #2A0917;
}
</style>
border-color css
<style>
span { border-color: #2A0917; }
span { border-color: rgb(42,9,23); }
td.TdClassName
{
border-color: #2A0917;
}
.TagClassName
{
border-color: #2A0917;
}
</style>