Shades of Rustic Red #2A070F
Tints of Rustic Red #2A070F
RGB
CMYK
RGB Variations
Color information
#2A070F (or 0x2A070F) is known color: Rustic Red. HEX triplet: 2A, 07 and 0F. RGB value is (42,7,15). Sum of RGB (Red+Green+Blue) = 42+7+15=64 (8% of max value = 765). Red value is 42 (16.80% from 255 or 65.62% from 64); Green value is 7 (3.12% from 255 or 10.94% from 64); Blue value is 15 (6.25% from 255 or 23.44% from 64); Max value from RGB is 42 - color contains mainly: red. Hex color #2A070F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #2A070F is #D5F8F0. Grayscale: #121212. Windows color (decimal): -14022897 or 984874. OLE color: 984874.
HSL color Cylindrical-coordinate representation of color #2A070F: hue angle of 346.29º degrees, saturation: 0.71, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2A070F is Cyan = 0, Magento = 0.83, Yellow = 0.64 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 42 | 7 | 15 | - |
| CMYK | 0 | 0.83 | 0.64 | 0.84 |
| HSL | 346.29º | 0.71% | 0.1% | - |
| HSV(B) | 346.29º | 0.83% | 0.16% | - |
| XYZ | 1.12 | 0.68 | 0.52 | - |
| YUV | 18.38 | 126.1 | 144.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 7 | 15 | 0 | 0.83 | 0.64 | 0.84 | 346.29 | 0.71 | 0.1 |
| Hex | 2A | 7 | F | 0 | 53 | 40 | 54 | 15A | 47 | A |
| Octal | 52 | 7 | 17 | 0 | 123 | 100 | 124 | 532 | 107 | 12 |
| Binary | 101010 | 111 | 1111 | 0 | 1010011 | 1000000 | 1010100 | 101011010 | 1000111 | 1010 |
Color Harmonies of #2A070F
Complementary color
Monochromatic Colors of #2A070F
Black with #2A070F
Text Example
Text Example
White with #2A070F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A070F; }
p { color: rgb(42,7,15); }
H1.HeaderClassName
{
color: #2A070F;
}
.AnyTagClassName
{
color: #2A070F;
}
</style>
background-color css
<style>
a { background-color: #2A070F; }
a { background-color: rgb(42,7,15); }
div.DivClassName
{
background-color: #2A070F;
}
.BgClassName
{
background-color: #2A070F;
}
</style>
border-color css
<style>
span { border-color: #2A070F; }
span { border-color: rgb(42,7,15); }
td.TdClassName
{
border-color: #2A070F;
}
.TagClassName
{
border-color: #2A070F;
}
</style>