Shades of Rustic Red #2C0B0C
Tints of Rustic Red #2C0B0C
RGB
CMYK
RGB Variations
Color information
#2C0B0C (or 0x2C0B0C) is known color: Rustic Red. HEX triplet: 2C, 0B and 0C. RGB value is (44,11,12). Sum of RGB (Red+Green+Blue) = 44+11+12=67 (8% of max value = 765). Red value is 44 (17.58% from 255 or 65.67% from 67); Green value is 11 (4.69% from 255 or 16.42% from 67); Blue value is 12 (5.08% from 255 or 17.91% from 67); Max value from RGB is 44 - color contains mainly: red. Hex color #2C0B0C is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #2C0B0C is #D3F4F3. Grayscale: #151515. Windows color (decimal): -13890804 or 789292. OLE color: 789292.
HSL color Cylindrical-coordinate representation of color #2C0B0C: hue angle of 358.18º degrees, saturation: 0.6, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2C0B0C is Cyan = 0, Magento = 0.75, Yellow = 0.73 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 44 | 11 | 12 | - |
| CMYK | 0 | 0.75 | 0.73 | 0.83 |
| HSL | 358.18º | 0.6% | 0.11% | - |
| HSV(B) | 358.18º | 0.75% | 0.17% | - |
| XYZ | 1.22 | 0.8 | 0.44 | - |
| YUV | 20.98 | 122.93 | 144.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 11 | 12 | 0 | 0.75 | 0.73 | 0.83 | 358.18 | 0.6 | 0.11 |
| Hex | 2C | B | C | 0 | 4B | 49 | 53 | 166 | 3C | B |
| Octal | 54 | 13 | 14 | 0 | 113 | 111 | 123 | 546 | 74 | 13 |
| Binary | 101100 | 1011 | 1100 | 0 | 1001011 | 1001001 | 1010011 | 101100110 | 111100 | 1011 |
Color Harmonies of #2C0B0C
Complementary color
Monochromatic Colors of #2C0B0C
Black with #2C0B0C
Text Example
Text Example
White with #2C0B0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C0B0C; }
p { color: rgb(44,11,12); }
H1.HeaderClassName
{
color: #2C0B0C;
}
.AnyTagClassName
{
color: #2C0B0C;
}
</style>
background-color css
<style>
a { background-color: #2C0B0C; }
a { background-color: rgb(44,11,12); }
div.DivClassName
{
background-color: #2C0B0C;
}
.BgClassName
{
background-color: #2C0B0C;
}
</style>
border-color css
<style>
span { border-color: #2C0B0C; }
span { border-color: rgb(44,11,12); }
td.TdClassName
{
border-color: #2C0B0C;
}
.TagClassName
{
border-color: #2C0B0C;
}
</style>