Shades of Rustic Red #2A030E
Tints of Rustic Red #2A030E
RGB
CMYK
RGB Variations
Color information
#2A030E (or 0x2A030E) is known color: Rustic Red. HEX triplet: 2A, 03 and 0E. RGB value is (42,3,14). Sum of RGB (Red+Green+Blue) = 42+3+14=59 (7% of max value = 765). Red value is 42 (16.80% from 255 or 71.19% from 59); Green value is 3 (1.56% from 255 or 5.08% from 59); Blue value is 14 (5.86% from 255 or 23.73% from 59); Max value from RGB is 42 - color contains mainly: red. Hex color #2A030E is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #2A030E is #D5FCF1. Grayscale: #0F0F0F. Windows color (decimal): -14023922 or 918314. OLE color: 918314.
HSL color Cylindrical-coordinate representation of color #2A030E: hue angle of 343.08º degrees, saturation: 0.87, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #2A030E is Cyan = 0, Magento = 0.93, Yellow = 0.67 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 42 | 3 | 14 | - |
| CMYK | 0 | 0.93 | 0.67 | 0.84 |
| HSL | 343.08º | 0.87% | 0.09% | - |
| HSV(B) | 343.08º | 0.93% | 0.16% | - |
| XYZ | 1.07 | 0.59 | 0.47 | - |
| YUV | 15.92 | 126.92 | 146.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 3 | 14 | 0 | 0.93 | 0.67 | 0.84 | 343.08 | 0.87 | 0.09 |
| Hex | 2A | 3 | E | 0 | 5D | 43 | 54 | 157 | 57 | 9 |
| Octal | 52 | 3 | 16 | 0 | 135 | 103 | 124 | 527 | 127 | 11 |
| Binary | 101010 | 11 | 1110 | 0 | 1011101 | 1000011 | 1010100 | 101010111 | 1010111 | 1001 |
Color Harmonies of #2A030E
Complementary color
Monochromatic Colors of #2A030E
Black with #2A030E
Text Example
Text Example
White with #2A030E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A030E; }
p { color: rgb(42,3,14); }
H1.HeaderClassName
{
color: #2A030E;
}
.AnyTagClassName
{
color: #2A030E;
}
</style>
background-color css
<style>
a { background-color: #2A030E; }
a { background-color: rgb(42,3,14); }
div.DivClassName
{
background-color: #2A030E;
}
.BgClassName
{
background-color: #2A030E;
}
</style>
border-color css
<style>
span { border-color: #2A030E; }
span { border-color: rgb(42,3,14); }
td.TdClassName
{
border-color: #2A030E;
}
.TagClassName
{
border-color: #2A030E;
}
</style>