Shades of Rustic Red #2C080A
Tints of Rustic Red #2C080A
RGB
CMYK
RGB Variations
Color information
#2C080A (or 0x2C080A) is known color: Rustic Red. HEX triplet: 2C, 08 and 0A. RGB value is (44,8,10). Sum of RGB (Red+Green+Blue) = 44+8+10=62 (8% of max value = 765). Red value is 44 (17.58% from 255 or 70.97% from 62); Green value is 8 (3.52% from 255 or 12.90% from 62); Blue value is 10 (4.30% from 255 or 16.13% from 62); Max value from RGB is 44 - color contains mainly: red. Hex color #2C080A is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #2C080A is #D3F7F5. Grayscale: #131313. Windows color (decimal): -13891574 or 657452. OLE color: 657452.
HSL color Cylindrical-coordinate representation of color #2C080A: hue angle of 356.67º degrees, saturation: 0.69, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2C080A is Cyan = 0, Magento = 0.82, Yellow = 0.77 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 44 | 8 | 10 | - |
| CMYK | 0 | 0.82 | 0.77 | 0.83 |
| HSL | 356.67º | 0.69% | 0.1% | - |
| HSV(B) | 356.67º | 0.82% | 0.17% | - |
| XYZ | 1.18 | 0.73 | 0.37 | - |
| YUV | 18.99 | 122.93 | 145.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 8 | 10 | 0 | 0.82 | 0.77 | 0.83 | 356.67 | 0.69 | 0.1 |
| Hex | 2C | 8 | A | 0 | 52 | 4D | 53 | 165 | 45 | A |
| Octal | 54 | 10 | 12 | 0 | 122 | 115 | 123 | 545 | 105 | 12 |
| Binary | 101100 | 1000 | 1010 | 0 | 1010010 | 1001101 | 1010011 | 101100101 | 1000101 | 1010 |
Color Harmonies of #2C080A
Complementary color
Monochromatic Colors of #2C080A
Black with #2C080A
Text Example
Text Example
White with #2C080A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C080A; }
p { color: rgb(44,8,10); }
H1.HeaderClassName
{
color: #2C080A;
}
.AnyTagClassName
{
color: #2C080A;
}
</style>
background-color css
<style>
a { background-color: #2C080A; }
a { background-color: rgb(44,8,10); }
div.DivClassName
{
background-color: #2C080A;
}
.BgClassName
{
background-color: #2C080A;
}
</style>
border-color css
<style>
span { border-color: #2C080A; }
span { border-color: rgb(44,8,10); }
td.TdClassName
{
border-color: #2C080A;
}
.TagClassName
{
border-color: #2C080A;
}
</style>