#B23A3B

Color #B23A3B Mahogany (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mahogany #B23A3B

Tints of Mahogany #B23A3B

Color information

#B23A3B (or 0xB23A3B) is unknown color: approx Mahogany. HEX triplet: B2, 3A and 3B. RGB value is (178,58,59). Sum of RGB (Red+Green+Blue) = 178+58+59=295 (39% of max value = 765). Red value is 178 (69.92% from 255 or 60.34% from 295); Green value is 58 (23.05% from 255 or 19.66% from 295); Blue value is 59 (23.44% from 255 or 20% from 295); Max value from RGB is 178 - color contains mainly: red. Hex color #B23A3B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B23A3B is #4DC5C4. Grayscale: #5E5E5E. Windows color (decimal): -5096901 or 3881650. OLE color: 3881650.

HSL color Cylindrical-coordinate representation of color #B23A3B: hue angle of 359.5º 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 #B23A3B is Cyan = 0, Magento = 0.67, Yellow = 0.67 and Black (K on CMYK) = 0.30.

Color convert

RGB1785859-
CMYK00.670.670.30
HSL359.5º50.85%46.27%-
HSV(B)359.5º67.42%69.8%-
XYZ20.6612.815.52-
YUV93.99108.26187.92-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 178 (69.92% from 255) = 60.34%
GREEN value IS 58 (23.05% from 255) = 19.66%
BLUE value IS 59 (23.44% from 255) = 20%
R=60.34%
G=19.66%
B=20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.67
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal178585900.670.670.30359.550.8546.27
HexB23A3B043431E168332e
Octal26272730103103365506356
Binary1011001011101011101101000011100001111110101101000110011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B23A3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B23A3B; }

 p { color: rgb(178,58,59); }

 H1.HeaderClassName
 {
   color: #B23A3B;
 }
 .AnyTagClassName
 {
   color: #B23A3B;
 }
</style>
background-color css

<style>
 a { background-color: #B23A3B; }

 a { background-color: rgb(178,58,59); }

 div.DivClassName
 {
   background-color: #B23A3B;
 }
 .BgClassName
 {
   background-color: #B23A3B;
 }
</style>
border-color css

<style>
 span { border-color: #B23A3B; }

 span { border-color: rgb(178,58,59); }

 td.TdClassName
 {
   border-color: #B23A3B;
 }
 .TagClassName
 {
   border-color: #B23A3B;
 }
</style>