Shades of Mahogany #B2393C
Tints of Mahogany #B2393C
RGB
CMYK
RGB Variations
Color information
#B2393C (or 0xB2393C) is known color: Mahogany. HEX triplet: B2, 39 and 3C. RGB value is (178,57,60). Sum of RGB (Red+Green+Blue) = 178+57+60=295 (39% of max value = 765). Red value is 178 (69.92% from 255 or 60.34% from 295); Green value is 57 (22.66% from 255 or 19.32% from 295); Blue value is 60 (23.83% from 255 or 20.34% from 295); Max value from RGB is 178 - color contains mainly: red. Hex color #B2393C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B2393C is #4DC6C3. Grayscale: #5D5D5D. Windows color (decimal): -5097156 or 3946930. OLE color: 3946930.
HSL color Cylindrical-coordinate representation of color #B2393C: hue angle of 358.51º degrees, saturation: 0.51, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B2393C is Cyan = 0, Magento = 0.68, Yellow = 0.66 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 57 | 60 | - |
| CMYK | 0 | 0.68 | 0.66 | 0.30 |
| HSL | 358.51º | 0.51% | 0.46% | - |
| HSV(B) | 358.51º | 0.68% | 0.7% | - |
| XYZ | 20.64 | 12.72 | 5.64 | - |
| YUV | 93.52 | 109.09 | 188.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 57 | 60 | 0 | 0.68 | 0.66 | 0.30 | 358.51 | 0.51 | 0.46 |
| Hex | B2 | 39 | 3C | 0 | 44 | 42 | 1E | 167 | 33 | 2E |
| Octal | 262 | 71 | 74 | 0 | 104 | 102 | 36 | 547 | 63 | 56 |
| Binary | 10110010 | 111001 | 111100 | 0 | 1000100 | 1000010 | 11110 | 101100111 | 110011 | 101110 |
Color Harmonies of #B2393C
Complementary color
Monochromatic Colors of #B2393C
Black with #B2393C
Text Example
Text Example
White with #B2393C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2393C; }
p { color: rgb(178,57,60); }
H1.HeaderClassName
{
color: #B2393C;
}
.AnyTagClassName
{
color: #B2393C;
}
</style>
background-color css
<style>
a { background-color: #B2393C; }
a { background-color: rgb(178,57,60); }
div.DivClassName
{
background-color: #B2393C;
}
.BgClassName
{
background-color: #B2393C;
}
</style>
border-color css
<style>
span { border-color: #B2393C; }
span { border-color: rgb(178,57,60); }
td.TdClassName
{
border-color: #B2393C;
}
.TagClassName
{
border-color: #B2393C;
}
</style>