Shades of Rustic Red #2A0910
Tints of Rustic Red #2A0910
RGB
CMYK
RGB Variations
Color information
#2A0910 (or 0x2A0910) is known color: Rustic Red. HEX triplet: 2A, 09 and 10. RGB value is (42,9,16). Sum of RGB (Red+Green+Blue) = 42+9+16=67 (8% of max value = 765). Red value is 42 (16.80% from 255 or 62.69% from 67); Green value is 9 (3.91% from 255 or 13.43% from 67); Blue value is 16 (6.64% from 255 or 23.88% from 67); Max value from RGB is 42 - color contains mainly: red. Hex color #2A0910 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #2A0910 is #D5F6EF. Grayscale: #131313. Windows color (decimal): -14022384 or 1050922. OLE color: 1050922.
HSL color Cylindrical-coordinate representation of color #2A0910: hue angle of 347.27º 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 #2A0910 is Cyan = 0, Magento = 0.79, Yellow = 0.62 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 42 | 9 | 16 | - |
| CMYK | 0 | 0.79 | 0.62 | 0.84 |
| HSL | 347.27º | 0.65% | 0.1% | - |
| HSV(B) | 347.27º | 0.79% | 0.16% | - |
| XYZ | 1.15 | 0.73 | 0.57 | - |
| YUV | 19.67 | 125.93 | 143.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 9 | 16 | 0 | 0.79 | 0.62 | 0.84 | 347.27 | 0.65 | 0.1 |
| Hex | 2A | 9 | 10 | 0 | 4F | 3E | 54 | 15B | 41 | A |
| Octal | 52 | 11 | 20 | 0 | 117 | 76 | 124 | 533 | 101 | 12 |
| Binary | 101010 | 1001 | 10000 | 0 | 1001111 | 111110 | 1010100 | 101011011 | 1000001 | 1010 |
Color Harmonies of #2A0910
Complementary color
Monochromatic Colors of #2A0910
Black with #2A0910
Text Example
Text Example
White with #2A0910
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A0910; }
p { color: rgb(42,9,16); }
H1.HeaderClassName
{
color: #2A0910;
}
.AnyTagClassName
{
color: #2A0910;
}
</style>
background-color css
<style>
a { background-color: #2A0910; }
a { background-color: rgb(42,9,16); }
div.DivClassName
{
background-color: #2A0910;
}
.BgClassName
{
background-color: #2A0910;
}
</style>
border-color css
<style>
span { border-color: #2A0910; }
span { border-color: rgb(42,9,16); }
td.TdClassName
{
border-color: #2A0910;
}
.TagClassName
{
border-color: #2A0910;
}
</style>