Shades of Rustic Red #2E030C
Tints of Rustic Red #2E030C
RGB
CMYK
RGB Variations
Color information
#2E030C (or 0x2E030C) is known color: Rustic Red. HEX triplet: 2E, 03 and 0C. RGB value is (46,3,12). Sum of RGB (Red+Green+Blue) = 46+3+12=61 (8% of max value = 765). Red value is 46 (18.36% from 255 or 75.41% from 61); Green value is 3 (1.56% from 255 or 4.92% from 61); Blue value is 12 (5.08% from 255 or 19.67% from 61); Max value from RGB is 46 - color contains mainly: red. Hex color #2E030C is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #2E030C is #D1FCF3. Grayscale: #101010. Windows color (decimal): -13761780 or 787246. OLE color: 787246.
HSL color Cylindrical-coordinate representation of color #2E030C: hue angle of 347.44º degrees, saturation: 0.88, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #2E030C is Cyan = 0, Magento = 0.93, Yellow = 0.74 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 46 | 3 | 12 | - |
| CMYK | 0 | 0.93 | 0.74 | 0.82 |
| HSL | 347.44º | 0.88% | 0.1% | - |
| HSV(B) | 347.44º | 0.93% | 0.18% | - |
| XYZ | 1.23 | 0.67 | 0.41 | - |
| YUV | 16.88 | 125.25 | 148.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 3 | 12 | 0 | 0.93 | 0.74 | 0.82 | 347.44 | 0.88 | 0.1 |
| Hex | 2E | 3 | C | 0 | 5D | 4A | 52 | 15B | 58 | A |
| Octal | 56 | 3 | 14 | 0 | 135 | 112 | 122 | 533 | 130 | 12 |
| Binary | 101110 | 11 | 1100 | 0 | 1011101 | 1001010 | 1010010 | 101011011 | 1011000 | 1010 |
Color Harmonies of #2E030C
Complementary color
Monochromatic Colors of #2E030C
Black with #2E030C
Text Example
Text Example
White with #2E030C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E030C; }
p { color: rgb(46,3,12); }
H1.HeaderClassName
{
color: #2E030C;
}
.AnyTagClassName
{
color: #2E030C;
}
</style>
background-color css
<style>
a { background-color: #2E030C; }
a { background-color: rgb(46,3,12); }
div.DivClassName
{
background-color: #2E030C;
}
.BgClassName
{
background-color: #2E030C;
}
</style>
border-color css
<style>
span { border-color: #2E030C; }
span { border-color: rgb(46,3,12); }
td.TdClassName
{
border-color: #2E030C;
}
.TagClassName
{
border-color: #2E030C;
}
</style>