Shades of Mahogany #BD2A31
Tints of Mahogany #BD2A31
RGB
CMYK
RGB Variations
Color information
#BD2A31 (or 0xBD2A31) is known color: Mahogany. HEX triplet: BD, 2A and 31. RGB value is (189,42,49). Sum of RGB (Red+Green+Blue) = 189+42+49=280 (37% of max value = 765). Red value is 189 (74.22% from 255 or 67.5% from 280); Green value is 42 (16.80% from 255 or 15% from 280); Blue value is 49 (19.53% from 255 or 17.5% from 280); Max value from RGB is 189 - color contains mainly: red. Hex color #BD2A31 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD2A31 is #42D5CE. Grayscale: #565656. Windows color (decimal): -4380111 or 3222205. OLE color: 3222205.
HSL color Cylindrical-coordinate representation of color #BD2A31: hue angle of 357.14º 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 #BD2A31 is Cyan = 0, Magento = 0.78, Yellow = 0.74 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 42 | 49 | - |
| CMYK | 0 | 0.78 | 0.74 | 0.26 |
| HSL | 357.14º | 0.64% | 0.45% | - |
| HSV(B) | 357.14º | 0.78% | 0.74% | - |
| XYZ | 22.37 | 12.7 | 4.18 | - |
| YUV | 86.75 | 106.7 | 200.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 42 | 49 | 0 | 0.78 | 0.74 | 0.26 | 357.14 | 0.64 | 0.45 |
| Hex | BD | 2A | 31 | 0 | 4E | 4A | 1A | 165 | 40 | 2D |
| Octal | 275 | 52 | 61 | 0 | 116 | 112 | 32 | 545 | 100 | 55 |
| Binary | 10111101 | 101010 | 110001 | 0 | 1001110 | 1001010 | 11010 | 101100101 | 1000000 | 101101 |
Color Harmonies of #BD2A31
Complementary color
Monochromatic Colors of #BD2A31
Black with #BD2A31
Text Example
Text Example
White with #BD2A31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD2A31; }
p { color: rgb(189,42,49); }
H1.HeaderClassName
{
color: #BD2A31;
}
.AnyTagClassName
{
color: #BD2A31;
}
</style>
background-color css
<style>
a { background-color: #BD2A31; }
a { background-color: rgb(189,42,49); }
div.DivClassName
{
background-color: #BD2A31;
}
.BgClassName
{
background-color: #BD2A31;
}
</style>
border-color css
<style>
span { border-color: #BD2A31; }
span { border-color: rgb(189,42,49); }
td.TdClassName
{
border-color: #BD2A31;
}
.TagClassName
{
border-color: #BD2A31;
}
</style>