#B43234

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

Shades of Mahogany #B43234

Tints of Mahogany #B43234

Color information

#B43234 (or 0xB43234) is unknown color: approx Mahogany. HEX triplet: B4, 32 and 34. RGB value is (180,50,52). Sum of RGB (Red+Green+Blue) = 180+50+52=282 (37% of max value = 765). Red value is 180 (70.70% from 255 or 63.83% from 282); Green value is 50 (19.92% from 255 or 17.73% from 282); Blue value is 52 (20.70% from 255 or 18.44% from 282); Max value from RGB is 180 - color contains mainly: red. Hex color #B43234 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B43234 is #4BCDCB. Grayscale: #595959. Windows color (decimal): -4967884 or 3420852. OLE color: 3420852.

HSL color Cylindrical-coordinate representation of color #B43234: hue angle of 359.08º degrees, saturation: 0.57, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B43234 is Cyan = 0, Magento = 0.72, Yellow = 0.71 and Black (K on CMYK) = 0.29.

Color convert

RGB1805052-
CMYK00.720.710.29
HSL359.08º56.52%45.1%-
HSV(B)359.08º72.22%70.59%-
XYZ20.5812.234.53-
YUV89.1107.07192.84-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 63.83%
GREEN value IS 50 (19.92% from 255) = 17.73%
BLUE value IS 52 (20.70% from 255) = 18.44%
R=63.83%
G=17.73%
B=18.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.71
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180505200.720.710.29359.0856.5245.1
HexB43234048471D167392d
Octal26462640110107355477155
Binary1011010011001011010001001000100011111101101100111111001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B43234

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B43234; }

 p { color: rgb(180,50,52); }

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

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

 a { background-color: rgb(180,50,52); }

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

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

 span { border-color: rgb(180,50,52); }

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