#B43437

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

Shades of Mahogany #B43437

Tints of Mahogany #B43437

Color information

#B43437 (or 0xB43437) is unknown color: approx Mahogany. HEX triplet: B4, 34 and 37. RGB value is (180,52,55). Sum of RGB (Red+Green+Blue) = 180+52+55=287 (38% of max value = 765). Red value is 180 (70.70% from 255 or 62.72% from 287); Green value is 52 (20.70% from 255 or 18.12% from 287); Blue value is 55 (21.88% from 255 or 19.16% from 287); Max value from RGB is 180 - color contains mainly: red. Hex color #B43437 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B43437 is #4BCBC8. Grayscale: #5A5A5A. Windows color (decimal): -4967369 or 3617972. OLE color: 3617972.

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

Color convert

RGB1805255-
CMYK00.710.690.29
HSL358.59º55.17%45.49%-
HSV(B)358.59º71.11%70.59%-
XYZ20.7412.444.92-
YUV90.61107.91191.76-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 62.72%
GREEN value IS 52 (20.70% from 255) = 18.12%
BLUE value IS 55 (21.88% from 255) = 19.16%
R=62.72%
G=18.12%
B=19.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.69
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180525500.710.690.29358.5955.1745.49
HexB43437047451D167372d
Octal26464670107105355476755
Binary1011010011010011011101000111100010111101101100111110111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B43437

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B43437; }

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

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

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

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

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

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

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

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