#B43436

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

Shades of Mahogany #B43436

Tints of Mahogany #B43436

Color information

#B43436 (or 0xB43436) is unknown color: approx Mahogany. HEX triplet: B4, 34 and 36. RGB value is (180,52,54). Sum of RGB (Red+Green+Blue) = 180+52+54=286 (37% of max value = 765). Red value is 180 (70.70% from 255 or 62.94% from 286); Green value is 52 (20.70% from 255 or 18.18% from 286); Blue value is 54 (21.48% from 255 or 18.88% from 286); Max value from RGB is 180 - color contains mainly: red. Hex color #B43436 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B43436 is #4BCBC9. Grayscale: #5A5A5A. Windows color (decimal): -4967370 or 3552436. OLE color: 3552436.

HSL color Cylindrical-coordinate representation of color #B43436: hue angle of 359.06º 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 #B43436 is Cyan = 0, Magento = 0.71, Yellow = 0.7 and Black (K on CMYK) = 0.29.

Color convert

RGB1805254-
CMYK00.710.70.29
HSL359.06º55.17%45.49%-
HSV(B)359.06º71.11%70.59%-
XYZ20.7212.434.8-
YUV90.5107.41191.84-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 62.94%
GREEN value IS 52 (20.70% from 255) = 18.18%
BLUE value IS 54 (21.48% from 255) = 18.88%
R=62.94%
G=18.18%
B=18.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.7
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180525400.710.70.29359.0655.1745.49
HexB43436047461D167372d
Octal26464660107106355476755
Binary1011010011010011011001000111100011011101101100111110111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B43436

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B43436; }

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

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

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

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

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

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

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

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