Shades of Maire #2A250B
Tints of Maire #2A250B
RGB
CMYK
RGB Variations
Color information
#2A250B (or 0x2A250B) is known color: Maire. HEX triplet: 2A, 25 and 0B. RGB value is (42,37,11). Sum of RGB (Red+Green+Blue) = 42+37+11=90 (11% of max value = 765). Red value is 42 (16.80% from 255 or 46.67% from 90); Green value is 37 (14.84% from 255 or 41.11% from 90); Blue value is 11 (4.69% from 255 or 12.22% from 90); Max value from RGB is 42 - color contains mainly: red. Hex color #2A250B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2A250B is #D5DAF4. Grayscale: #232323. Windows color (decimal): -14015221 or 730410. OLE color: 730410.
HSL color Cylindrical-coordinate representation of color #2A250B: hue angle of 50.32º degrees, saturation: 0.58, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2A250B is Cyan = 0, Magento = 0.12, Yellow = 0.74 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 42 | 37 | 11 | - |
| CMYK | 0 | 0.12 | 0.74 | 0.84 |
| HSL | 50.32º | 0.58% | 0.1% | - |
| HSV(B) | 50.32º | 0.74% | 0.16% | - |
| XYZ | 1.68 | 1.84 | 0.58 | - |
| YUV | 35.53 | 114.16 | 132.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 37 | 11 | 0 | 0.12 | 0.74 | 0.84 | 50.32 | 0.58 | 0.1 |
| Hex | 2A | 25 | B | 0 | C | 4A | 54 | 32 | 3A | A |
| Octal | 52 | 45 | 13 | 0 | 14 | 112 | 124 | 62 | 72 | 12 |
| Binary | 101010 | 100101 | 1011 | 0 | 1100 | 1001010 | 1010100 | 110010 | 111010 | 1010 |
Color Harmonies of #2A250B
Complementary color
Monochromatic Colors of #2A250B
Black with #2A250B
Text Example
Text Example
White with #2A250B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A250B; }
p { color: rgb(42,37,11); }
H1.HeaderClassName
{
color: #2A250B;
}
.AnyTagClassName
{
color: #2A250B;
}
</style>
background-color css
<style>
a { background-color: #2A250B; }
a { background-color: rgb(42,37,11); }
div.DivClassName
{
background-color: #2A250B;
}
.BgClassName
{
background-color: #2A250B;
}
</style>
border-color css
<style>
span { border-color: #2A250B; }
span { border-color: rgb(42,37,11); }
td.TdClassName
{
border-color: #2A250B;
}
.TagClassName
{
border-color: #2A250B;
}
</style>