#B43839

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

Shades of Mahogany #B43839

Tints of Mahogany #B43839

Color information

#B43839 (or 0xB43839) is unknown color: approx Mahogany. HEX triplet: B4, 38 and 39. RGB value is (180,56,57). Sum of RGB (Red+Green+Blue) = 180+56+57=293 (38% of max value = 765). Red value is 180 (70.70% from 255 or 61.43% from 293); Green value is 56 (22.27% from 255 or 19.11% from 293); Blue value is 57 (22.66% from 255 or 19.45% from 293); Max value from RGB is 180 - color contains mainly: red. Hex color #B43839 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B43839 is #4BC7C6. Grayscale: #5D5D5D. Windows color (decimal): -4966343 or 3750068. OLE color: 3750068.

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

Color convert

RGB1805657-
CMYK00.690.680.29
HSL359.52º52.54%46.27%-
HSV(B)359.52º68.89%70.59%-
XYZ20.9812.835.24-
YUV93.19107.58189.92-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 61.43%
GREEN value IS 56 (22.27% from 255) = 19.11%
BLUE value IS 57 (22.66% from 255) = 19.45%
R=61.43%
G=19.11%
B=19.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.68
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180565700.690.680.29359.5252.5446.27
HexB43839045441D168352e
Octal26470710105104355506556
Binary1011010011100011100101000101100010011101101101000110101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B43839

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B43839; }

 p { color: rgb(180,56,57); }

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

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

 a { background-color: rgb(180,56,57); }

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

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

 span { border-color: rgb(180,56,57); }

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