Shades of Rustic Red #2E020C
Tints of Rustic Red #2E020C
RGB
CMYK
RGB Variations
Color information
#2E020C (or 0x2E020C) is known color: Rustic Red. HEX triplet: 2E, 02 and 0C. RGB value is (46,2,12). Sum of RGB (Red+Green+Blue) = 46+2+12=60 (7% of max value = 765). Red value is 46 (18.36% from 255 or 76.67% from 60); Green value is 2 (1.17% from 255 or 3.33% from 60); Blue value is 12 (5.08% from 255 or 20% from 60); Max value from RGB is 46 - color contains mainly: red. Hex color #2E020C is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #2E020C is #D1FDF3. Grayscale: #101010. Windows color (decimal): -13762036 or 786990. OLE color: 786990.
HSL color Cylindrical-coordinate representation of color #2E020C: hue angle of 346.36º degrees, saturation: 0.92, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #2E020C is Cyan = 0, Magento = 0.96, Yellow = 0.74 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 46 | 2 | 12 | - |
| CMYK | 0 | 0.96 | 0.74 | 0.82 |
| HSL | 346.36º | 0.92% | 0.09% | - |
| HSV(B) | 346.36º | 0.96% | 0.18% | - |
| XYZ | 1.21 | 0.65 | 0.41 | - |
| YUV | 16.3 | 125.58 | 149.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 2 | 12 | 0 | 0.96 | 0.74 | 0.82 | 346.36 | 0.92 | 0.09 |
| Hex | 2E | 2 | C | 0 | 60 | 4A | 52 | 15A | 5C | 9 |
| Octal | 56 | 2 | 14 | 0 | 140 | 112 | 122 | 532 | 134 | 11 |
| Binary | 101110 | 10 | 1100 | 0 | 1100000 | 1001010 | 1010010 | 101011010 | 1011100 | 1001 |
Color Harmonies of #2E020C
Complementary color
Monochromatic Colors of #2E020C
Black with #2E020C
Text Example
Text Example
White with #2E020C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E020C; }
p { color: rgb(46,2,12); }
H1.HeaderClassName
{
color: #2E020C;
}
.AnyTagClassName
{
color: #2E020C;
}
</style>
background-color css
<style>
a { background-color: #2E020C; }
a { background-color: rgb(46,2,12); }
div.DivClassName
{
background-color: #2E020C;
}
.BgClassName
{
background-color: #2E020C;
}
</style>
border-color css
<style>
span { border-color: #2E020C; }
span { border-color: rgb(46,2,12); }
td.TdClassName
{
border-color: #2E020C;
}
.TagClassName
{
border-color: #2E020C;
}
</style>