Shades of Mahogany #BD2A2C
Tints of Mahogany #BD2A2C
RGB
CMYK
RGB Variations
Color information
#BD2A2C (or 0xBD2A2C) is known color: Mahogany. HEX triplet: BD, 2A and 2C. RGB value is (189,42,44). Sum of RGB (Red+Green+Blue) = 189+42+44=275 (36% of max value = 765). Red value is 189 (74.22% from 255 or 68.73% from 275); Green value is 42 (16.80% from 255 or 15.27% from 275); Blue value is 44 (17.58% from 255 or 16% from 275); Max value from RGB is 189 - color contains mainly: red. Hex color #BD2A2C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD2A2C is #42D5D3. Grayscale: #565656. Windows color (decimal): -4380116 or 2894525. OLE color: 2894525.
HSL color Cylindrical-coordinate representation of color #BD2A2C: hue angle of 359.18º degrees, saturation: 0.64, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BD2A2C is Cyan = 0, Magento = 0.78, Yellow = 0.77 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 42 | 44 | - |
| CMYK | 0 | 0.78 | 0.77 | 0.26 |
| HSL | 359.18º | 0.64% | 0.45% | - |
| HSV(B) | 359.18º | 0.78% | 0.74% | - |
| XYZ | 22.27 | 12.66 | 3.65 | - |
| YUV | 86.18 | 104.2 | 201.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 42 | 44 | 0 | 0.78 | 0.77 | 0.26 | 359.18 | 0.64 | 0.45 |
| Hex | BD | 2A | 2C | 0 | 4E | 4D | 1A | 167 | 40 | 2D |
| Octal | 275 | 52 | 54 | 0 | 116 | 115 | 32 | 547 | 100 | 55 |
| Binary | 10111101 | 101010 | 101100 | 0 | 1001110 | 1001101 | 11010 | 101100111 | 1000000 | 101101 |
Color Harmonies of #BD2A2C
Complementary color
Monochromatic Colors of #BD2A2C
Black with #BD2A2C
Text Example
Text Example
White with #BD2A2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD2A2C; }
p { color: rgb(189,42,44); }
H1.HeaderClassName
{
color: #BD2A2C;
}
.AnyTagClassName
{
color: #BD2A2C;
}
</style>
background-color css
<style>
a { background-color: #BD2A2C; }
a { background-color: rgb(189,42,44); }
div.DivClassName
{
background-color: #BD2A2C;
}
.BgClassName
{
background-color: #BD2A2C;
}
</style>
border-color css
<style>
span { border-color: #BD2A2C; }
span { border-color: rgb(189,42,44); }
td.TdClassName
{
border-color: #BD2A2C;
}
.TagClassName
{
border-color: #BD2A2C;
}
</style>