Shades of Rustic Red #2A0A0F
Tints of Rustic Red #2A0A0F
RGB
CMYK
RGB Variations
Color information
#2A0A0F (or 0x2A0A0F) is known color: Rustic Red. HEX triplet: 2A, 0A and 0F. RGB value is (42,10,15). Sum of RGB (Red+Green+Blue) = 42+10+15=67 (8% of max value = 765). Red value is 42 (16.80% from 255 or 62.69% from 67); Green value is 10 (4.30% from 255 or 14.93% from 67); Blue value is 15 (6.25% from 255 or 22.39% from 67); Max value from RGB is 42 - color contains mainly: red. Hex color #2A0A0F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #2A0A0F is #D5F5F0. Grayscale: #141414. Windows color (decimal): -14022129 or 985642. OLE color: 985642.
HSL color Cylindrical-coordinate representation of color #2A0A0F: hue angle of 350.62º degrees, saturation: 0.62, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2A0A0F is Cyan = 0, Magento = 0.76, Yellow = 0.64 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 42 | 10 | 15 | - |
| CMYK | 0 | 0.76 | 0.64 | 0.84 |
| HSL | 350.63º | 0.62% | 0.1% | - |
| HSV(B) | 350.63º | 0.76% | 0.16% | - |
| XYZ | 1.15 | 0.74 | 0.53 | - |
| YUV | 20.14 | 125.1 | 143.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 10 | 15 | 0 | 0.76 | 0.64 | 0.84 | 350.63 | 0.62 | 0.1 |
| Hex | 2A | A | F | 0 | 4C | 40 | 54 | 15F | 3E | A |
| Octal | 52 | 12 | 17 | 0 | 114 | 100 | 124 | 537 | 76 | 12 |
| Binary | 101010 | 1010 | 1111 | 0 | 1001100 | 1000000 | 1010100 | 101011111 | 111110 | 1010 |
Color Harmonies of #2A0A0F
Complementary color
Monochromatic Colors of #2A0A0F
Black with #2A0A0F
Text Example
Text Example
White with #2A0A0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A0A0F; }
p { color: rgb(42,10,15); }
H1.HeaderClassName
{
color: #2A0A0F;
}
.AnyTagClassName
{
color: #2A0A0F;
}
</style>
background-color css
<style>
a { background-color: #2A0A0F; }
a { background-color: rgb(42,10,15); }
div.DivClassName
{
background-color: #2A0A0F;
}
.BgClassName
{
background-color: #2A0A0F;
}
</style>
border-color css
<style>
span { border-color: #2A0A0F; }
span { border-color: rgb(42,10,15); }
td.TdClassName
{
border-color: #2A0A0F;
}
.TagClassName
{
border-color: #2A0A0F;
}
</style>