Shades of Mahogany #B23A3C
Tints of Mahogany #B23A3C
RGB
CMYK
RGB Variations
Color information
#B23A3C (or 0xB23A3C) is known color: Mahogany. HEX triplet: B2, 3A and 3C. RGB value is (178,58,60). Sum of RGB (Red+Green+Blue) = 178+58+60=296 (39% of max value = 765). Red value is 178 (69.92% from 255 or 60.14% from 296); Green value is 58 (23.05% from 255 or 19.59% from 296); Blue value is 60 (23.83% from 255 or 20.27% from 296); Max value from RGB is 178 - color contains mainly: red. Hex color #B23A3C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B23A3C is #4DC5C3. Grayscale: #5E5E5E. Windows color (decimal): -5096900 or 3947186. OLE color: 3947186.
HSL color Cylindrical-coordinate representation of color #B23A3C: hue angle of 359º degrees, saturation: 0.51, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B23A3C is Cyan = 0, Magento = 0.67, Yellow = 0.66 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 58 | 60 | - |
| CMYK | 0 | 0.67 | 0.66 | 0.30 |
| HSL | 359º | 0.51% | 0.46% | - |
| HSV(B) | 359º | 0.67% | 0.7% | - |
| XYZ | 20.69 | 12.82 | 5.66 | - |
| YUV | 94.11 | 108.76 | 187.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 58 | 60 | 0 | 0.67 | 0.66 | 0.30 | 359 | 0.51 | 0.46 |
| Hex | B2 | 3A | 3C | 0 | 43 | 42 | 1E | 167 | 33 | 2E |
| Octal | 262 | 72 | 74 | 0 | 103 | 102 | 36 | 547 | 63 | 56 |
| Binary | 10110010 | 111010 | 111100 | 0 | 1000011 | 1000010 | 11110 | 101100111 | 110011 | 101110 |
Color Harmonies of #B23A3C
Complementary color
Monochromatic Colors of #B23A3C
Black with #B23A3C
Text Example
Text Example
White with #B23A3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B23A3C; }
p { color: rgb(178,58,60); }
H1.HeaderClassName
{
color: #B23A3C;
}
.AnyTagClassName
{
color: #B23A3C;
}
</style>
background-color css
<style>
a { background-color: #B23A3C; }
a { background-color: rgb(178,58,60); }
div.DivClassName
{
background-color: #B23A3C;
}
.BgClassName
{
background-color: #B23A3C;
}
</style>
border-color css
<style>
span { border-color: #B23A3C; }
span { border-color: rgb(178,58,60); }
td.TdClassName
{
border-color: #B23A3C;
}
.TagClassName
{
border-color: #B23A3C;
}
</style>