Shades of Rustic Red #2C090B
Tints of Rustic Red #2C090B
RGB
CMYK
RGB Variations
Color information
#2C090B (or 0x2C090B) is known color: Rustic Red. HEX triplet: 2C, 09 and 0B. RGB value is (44,9,11). Sum of RGB (Red+Green+Blue) = 44+9+11=64 (8% of max value = 765). Red value is 44 (17.58% from 255 or 68.75% from 64); Green value is 9 (3.91% from 255 or 14.06% from 64); Blue value is 11 (4.69% from 255 or 17.19% from 64); Max value from RGB is 44 - color contains mainly: red. Hex color #2C090B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #2C090B is #D3F6F4. Grayscale: #131313. Windows color (decimal): -13891317 or 723244. OLE color: 723244.
HSL color Cylindrical-coordinate representation of color #2C090B: hue angle of 356.57º degrees, saturation: 0.66, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2C090B is Cyan = 0, Magento = 0.80, Yellow = 0.75 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 44 | 9 | 11 | - |
| CMYK | 0 | 0.80 | 0.75 | 0.83 |
| HSL | 356.57º | 0.66% | 0.1% | - |
| HSV(B) | 356.57º | 0.8% | 0.17% | - |
| XYZ | 1.2 | 0.76 | 0.4 | - |
| YUV | 19.69 | 123.1 | 145.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 9 | 11 | 0 | 0.80 | 0.75 | 0.83 | 356.57 | 0.66 | 0.1 |
| Hex | 2C | 9 | B | 0 | 50 | 4B | 53 | 165 | 42 | A |
| Octal | 54 | 11 | 13 | 0 | 120 | 113 | 123 | 545 | 102 | 12 |
| Binary | 101100 | 1001 | 1011 | 0 | 1010000 | 1001011 | 1010011 | 101100101 | 1000010 | 1010 |
Color Harmonies of #2C090B
Complementary color
Monochromatic Colors of #2C090B
Black with #2C090B
Text Example
Text Example
White with #2C090B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C090B; }
p { color: rgb(44,9,11); }
H1.HeaderClassName
{
color: #2C090B;
}
.AnyTagClassName
{
color: #2C090B;
}
</style>
background-color css
<style>
a { background-color: #2C090B; }
a { background-color: rgb(44,9,11); }
div.DivClassName
{
background-color: #2C090B;
}
.BgClassName
{
background-color: #2C090B;
}
</style>
border-color css
<style>
span { border-color: #2C090B; }
span { border-color: rgb(44,9,11); }
td.TdClassName
{
border-color: #2C090B;
}
.TagClassName
{
border-color: #2C090B;
}
</style>