Shades of Maire #2C250C
Tints of Maire #2C250C
RGB
CMYK
RGB Variations
Color information
#2C250C (or 0x2C250C) is known color: Maire. HEX triplet: 2C, 25 and 0C. RGB value is (44,37,12). Sum of RGB (Red+Green+Blue) = 44+37+12=93 (12% of max value = 765). Red value is 44 (17.58% from 255 or 47.31% from 93); Green value is 37 (14.84% from 255 or 39.78% from 93); Blue value is 12 (5.08% from 255 or 12.90% from 93); Max value from RGB is 44 - color contains mainly: red. Hex color #2C250C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2C250C is #D3DAF3. Grayscale: #242424. Windows color (decimal): -13884148 or 795948. OLE color: 795948.
HSL color Cylindrical-coordinate representation of color #2C250C: hue angle of 46.88º degrees, saturation: 0.57, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2C250C is Cyan = 0, Magento = 0.16, Yellow = 0.73 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 44 | 37 | 12 | - |
| CMYK | 0 | 0.16 | 0.73 | 0.83 |
| HSL | 46.88º | 0.57% | 0.11% | - |
| HSV(B) | 46.88º | 0.73% | 0.17% | - |
| XYZ | 1.77 | 1.89 | 0.62 | - |
| YUV | 36.24 | 114.32 | 133.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 37 | 12 | 0 | 0.16 | 0.73 | 0.83 | 46.88 | 0.57 | 0.11 |
| Hex | 2C | 25 | C | 0 | 10 | 49 | 53 | 2F | 39 | B |
| Octal | 54 | 45 | 14 | 0 | 20 | 111 | 123 | 57 | 71 | 13 |
| Binary | 101100 | 100101 | 1100 | 0 | 10000 | 1001001 | 1010011 | 101111 | 111001 | 1011 |
Color Harmonies of #2C250C
Complementary color
Monochromatic Colors of #2C250C
Black with #2C250C
Text Example
Text Example
White with #2C250C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C250C; }
p { color: rgb(44,37,12); }
H1.HeaderClassName
{
color: #2C250C;
}
.AnyTagClassName
{
color: #2C250C;
}
</style>
background-color css
<style>
a { background-color: #2C250C; }
a { background-color: rgb(44,37,12); }
div.DivClassName
{
background-color: #2C250C;
}
.BgClassName
{
background-color: #2C250C;
}
</style>
border-color css
<style>
span { border-color: #2C250C; }
span { border-color: rgb(44,37,12); }
td.TdClassName
{
border-color: #2C250C;
}
.TagClassName
{
border-color: #2C250C;
}
</style>