Shades of Rustic Red #2A080F
Tints of Rustic Red #2A080F
RGB
CMYK
RGB Variations
Color information
#2A080F (or 0x2A080F) is known color: Rustic Red. HEX triplet: 2A, 08 and 0F. RGB value is (42,8,15). Sum of RGB (Red+Green+Blue) = 42+8+15=65 (8% of max value = 765). Red value is 42 (16.80% from 255 or 64.62% from 65); Green value is 8 (3.52% from 255 or 12.31% from 65); Blue value is 15 (6.25% from 255 or 23.08% from 65); Max value from RGB is 42 - color contains mainly: red. Hex color #2A080F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #2A080F is #D5F7F0. Grayscale: #121212. Windows color (decimal): -14022641 or 985130. OLE color: 985130.
HSL color Cylindrical-coordinate representation of color #2A080F: hue angle of 347.65º degrees, saturation: 0.68, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2A080F is Cyan = 0, Magento = 0.81, Yellow = 0.64 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 42 | 8 | 15 | - |
| CMYK | 0 | 0.81 | 0.64 | 0.84 |
| HSL | 347.65º | 0.68% | 0.1% | - |
| HSV(B) | 347.65º | 0.81% | 0.16% | - |
| XYZ | 1.13 | 0.7 | 0.53 | - |
| YUV | 18.96 | 125.76 | 144.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 8 | 15 | 0 | 0.81 | 0.64 | 0.84 | 347.65 | 0.68 | 0.1 |
| Hex | 2A | 8 | F | 0 | 51 | 40 | 54 | 15C | 44 | A |
| Octal | 52 | 10 | 17 | 0 | 121 | 100 | 124 | 534 | 104 | 12 |
| Binary | 101010 | 1000 | 1111 | 0 | 1010001 | 1000000 | 1010100 | 101011100 | 1000100 | 1010 |
Color Harmonies of #2A080F
Complementary color
Monochromatic Colors of #2A080F
Black with #2A080F
Text Example
Text Example
White with #2A080F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A080F; }
p { color: rgb(42,8,15); }
H1.HeaderClassName
{
color: #2A080F;
}
.AnyTagClassName
{
color: #2A080F;
}
</style>
background-color css
<style>
a { background-color: #2A080F; }
a { background-color: rgb(42,8,15); }
div.DivClassName
{
background-color: #2A080F;
}
.BgClassName
{
background-color: #2A080F;
}
</style>
border-color css
<style>
span { border-color: #2A080F; }
span { border-color: rgb(42,8,15); }
td.TdClassName
{
border-color: #2A080F;
}
.TagClassName
{
border-color: #2A080F;
}
</style>