Shades of Rustic Red #2C090A
Tints of Rustic Red #2C090A
RGB
CMYK
RGB Variations
Color information
#2C090A (or 0x2C090A) is known color: Rustic Red. HEX triplet: 2C, 09 and 0A. RGB value is (44,9,10). Sum of RGB (Red+Green+Blue) = 44+9+10=63 (8% of max value = 765). Red value is 44 (17.58% from 255 or 69.84% from 63); Green value is 9 (3.91% from 255 or 14.29% from 63); Blue value is 10 (4.30% from 255 or 15.87% from 63); Max value from RGB is 44 - color contains mainly: red. Hex color #2C090A is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #2C090A is #D3F6F5. Grayscale: #131313. Windows color (decimal): -13891318 or 657708. OLE color: 657708.
HSL color Cylindrical-coordinate representation of color #2C090A: hue angle of 358.29º 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 #2C090A is Cyan = 0, Magento = 0.80, Yellow = 0.77 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 44 | 9 | 10 | - |
| CMYK | 0 | 0.80 | 0.77 | 0.83 |
| HSL | 358.29º | 0.66% | 0.1% | - |
| HSV(B) | 358.29º | 0.8% | 0.17% | - |
| XYZ | 1.19 | 0.75 | 0.37 | - |
| YUV | 19.58 | 122.6 | 145.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 9 | 10 | 0 | 0.80 | 0.77 | 0.83 | 358.29 | 0.66 | 0.1 |
| Hex | 2C | 9 | A | 0 | 50 | 4D | 53 | 166 | 42 | A |
| Octal | 54 | 11 | 12 | 0 | 120 | 115 | 123 | 546 | 102 | 12 |
| Binary | 101100 | 1001 | 1010 | 0 | 1010000 | 1001101 | 1010011 | 101100110 | 1000010 | 1010 |
Color Harmonies of #2C090A
Complementary color
Monochromatic Colors of #2C090A
Black with #2C090A
Text Example
Text Example
White with #2C090A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C090A; }
p { color: rgb(44,9,10); }
H1.HeaderClassName
{
color: #2C090A;
}
.AnyTagClassName
{
color: #2C090A;
}
</style>
background-color css
<style>
a { background-color: #2C090A; }
a { background-color: rgb(44,9,10); }
div.DivClassName
{
background-color: #2C090A;
}
.BgClassName
{
background-color: #2C090A;
}
</style>
border-color css
<style>
span { border-color: #2C090A; }
span { border-color: rgb(44,9,10); }
td.TdClassName
{
border-color: #2C090A;
}
.TagClassName
{
border-color: #2C090A;
}
</style>