Shades of Mahogany #BD282C
Tints of Mahogany #BD282C
RGB
CMYK
RGB Variations
Color information
#BD282C (or 0xBD282C) is known color: Mahogany. HEX triplet: BD, 28 and 2C. RGB value is (189,40,44). Sum of RGB (Red+Green+Blue) = 189+40+44=273 (36% of max value = 765). Red value is 189 (74.22% from 255 or 69.23% from 273); Green value is 40 (16.02% from 255 or 14.65% from 273); Blue value is 44 (17.58% from 255 or 16.12% from 273); Max value from RGB is 189 - color contains mainly: red. Hex color #BD282C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD282C is #42D7D3. Grayscale: #555555. Windows color (decimal): -4380628 or 2894013. OLE color: 2894013.
HSL color Cylindrical-coordinate representation of color #BD282C: hue angle of 358.39º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BD282C is Cyan = 0, Magento = 0.79, Yellow = 0.77 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 40 | 44 | - |
| CMYK | 0 | 0.79 | 0.77 | 0.26 |
| HSL | 358.39º | 0.65% | 0.45% | - |
| HSV(B) | 358.39º | 0.79% | 0.74% | - |
| XYZ | 22.2 | 12.52 | 3.63 | - |
| YUV | 85.01 | 104.86 | 202.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 40 | 44 | 0 | 0.79 | 0.77 | 0.26 | 358.39 | 0.65 | 0.45 |
| Hex | BD | 28 | 2C | 0 | 4F | 4D | 1A | 166 | 41 | 2D |
| Octal | 275 | 50 | 54 | 0 | 117 | 115 | 32 | 546 | 101 | 55 |
| Binary | 10111101 | 101000 | 101100 | 0 | 1001111 | 1001101 | 11010 | 101100110 | 1000001 | 101101 |
Color Harmonies of #BD282C
Complementary color
Monochromatic Colors of #BD282C
Black with #BD282C
Text Example
Text Example
White with #BD282C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD282C; }
p { color: rgb(189,40,44); }
H1.HeaderClassName
{
color: #BD282C;
}
.AnyTagClassName
{
color: #BD282C;
}
</style>
background-color css
<style>
a { background-color: #BD282C; }
a { background-color: rgb(189,40,44); }
div.DivClassName
{
background-color: #BD282C;
}
.BgClassName
{
background-color: #BD282C;
}
</style>
border-color css
<style>
span { border-color: #BD282C; }
span { border-color: rgb(189,40,44); }
td.TdClassName
{
border-color: #BD282C;
}
.TagClassName
{
border-color: #BD282C;
}
</style>