Shades of Rustic Red #2E010F
Tints of Rustic Red #2E010F
RGB
CMYK
RGB Variations
Color information
#2E010F (or 0x2E010F) is known color: Rustic Red. HEX triplet: 2E, 01 and 0F. RGB value is (46,1,15). Sum of RGB (Red+Green+Blue) = 46+1+15=62 (8% of max value = 765). Red value is 46 (18.36% from 255 or 74.19% from 62); Green value is 1 (0.78% from 255 or 1.61% from 62); Blue value is 15 (6.25% from 255 or 24.19% from 62); Max value from RGB is 46 - color contains mainly: red. Hex color #2E010F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #2E010F is #D1FEF0. Grayscale: #101010. Windows color (decimal): -13762289 or 983342. OLE color: 983342.
HSL color Cylindrical-coordinate representation of color #2E010F: hue angle of 341.33º degrees, saturation: 0.96, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #2E010F is Cyan = 0, Magento = 0.98, Yellow = 0.67 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 46 | 1 | 15 | - |
| CMYK | 0 | 0.98 | 0.67 | 0.82 |
| HSL | 341.33º | 0.96% | 0.09% | - |
| HSV(B) | 341.33º | 0.98% | 0.18% | - |
| XYZ | 1.22 | 0.64 | 0.51 | - |
| YUV | 16.05 | 127.41 | 149.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 1 | 15 | 0 | 0.98 | 0.67 | 0.82 | 341.33 | 0.96 | 0.09 |
| Hex | 2E | 1 | F | 0 | 62 | 43 | 52 | 155 | 60 | 9 |
| Octal | 56 | 1 | 17 | 0 | 142 | 103 | 122 | 525 | 140 | 11 |
| Binary | 101110 | 1 | 1111 | 0 | 1100010 | 1000011 | 1010010 | 101010101 | 1100000 | 1001 |
Color Harmonies of #2E010F
Complementary color
Monochromatic Colors of #2E010F
Black with #2E010F
Text Example
Text Example
White with #2E010F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E010F; }
p { color: rgb(46,1,15); }
H1.HeaderClassName
{
color: #2E010F;
}
.AnyTagClassName
{
color: #2E010F;
}
</style>
background-color css
<style>
a { background-color: #2E010F; }
a { background-color: rgb(46,1,15); }
div.DivClassName
{
background-color: #2E010F;
}
.BgClassName
{
background-color: #2E010F;
}
</style>
border-color css
<style>
span { border-color: #2E010F; }
span { border-color: rgb(46,1,15); }
td.TdClassName
{
border-color: #2E010F;
}
.TagClassName
{
border-color: #2E010F;
}
</style>