Shades of Mahogany #B23033
Tints of Mahogany #B23033
RGB
CMYK
RGB Variations
Color information
#B23033 (or 0xB23033) is known color: Mahogany. HEX triplet: B2, 30 and 33. RGB value is (178,48,51). Sum of RGB (Red+Green+Blue) = 178+48+51=277 (36% of max value = 765). Red value is 178 (69.92% from 255 or 64.26% from 277); Green value is 48 (19.14% from 255 or 17.33% from 277); Blue value is 51 (20.31% from 255 or 18.41% from 277); Max value from RGB is 178 - color contains mainly: red. Hex color #B23033 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B23033 is #4DCFCC. Grayscale: #575757. Windows color (decimal): -5099469 or 3354802. OLE color: 3354802.
HSL color Cylindrical-coordinate representation of color #B23033: hue angle of 358.62º degrees, saturation: 0.58, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B23033 is Cyan = 0, Magento = 0.73, Yellow = 0.71 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 48 | 51 | - |
| CMYK | 0 | 0.73 | 0.71 | 0.30 |
| HSL | 358.62º | 0.58% | 0.44% | - |
| HSV(B) | 358.62º | 0.73% | 0.7% | - |
| XYZ | 20.01 | 11.82 | 4.36 | - |
| YUV | 87.21 | 107.57 | 192.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 48 | 51 | 0 | 0.73 | 0.71 | 0.30 | 358.62 | 0.58 | 0.44 |
| Hex | B2 | 30 | 33 | 0 | 49 | 47 | 1E | 167 | 3A | 2C |
| Octal | 262 | 60 | 63 | 0 | 111 | 107 | 36 | 547 | 72 | 54 |
| Binary | 10110010 | 110000 | 110011 | 0 | 1001001 | 1000111 | 11110 | 101100111 | 111010 | 101100 |
Color Harmonies of #B23033
Complementary color
Monochromatic Colors of #B23033
Black with #B23033
Text Example
Text Example
White with #B23033
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B23033; }
p { color: rgb(178,48,51); }
H1.HeaderClassName
{
color: #B23033;
}
.AnyTagClassName
{
color: #B23033;
}
</style>
background-color css
<style>
a { background-color: #B23033; }
a { background-color: rgb(178,48,51); }
div.DivClassName
{
background-color: #B23033;
}
.BgClassName
{
background-color: #B23033;
}
</style>
border-color css
<style>
span { border-color: #B23033; }
span { border-color: rgb(178,48,51); }
td.TdClassName
{
border-color: #B23033;
}
.TagClassName
{
border-color: #B23033;
}
</style>