#B43E40

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

Shades of Mahogany #B43E40

Tints of Mahogany #B43E40

Color information

#B43E40 (or 0xB43E40) is unknown color: approx Mahogany. HEX triplet: B4, 3E and 40. RGB value is (180,62,64). Sum of RGB (Red+Green+Blue) = 180+62+64=306 (40% of max value = 765). Red value is 180 (70.70% from 255 or 58.82% from 306); Green value is 62 (24.61% from 255 or 20.26% from 306); Blue value is 64 (25.39% from 255 or 20.92% from 306); Max value from RGB is 180 - color contains mainly: red. Hex color #B43E40 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B43E40 is #4BC1BF. Grayscale: #616161. Windows color (decimal): -4964800 or 4210356. OLE color: 4210356.

HSL color Cylindrical-coordinate representation of color #B43E40: hue angle of 358.98º degrees, saturation: 0.49, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B43E40 is Cyan = 0, Magento = 0.66, Yellow = 0.64 and Black (K on CMYK) = 0.29.

Color convert

RGB1806264-
CMYK00.660.640.29
HSL358.98º48.76%47.45%-
HSV(B)358.98º65.56%70.59%-
XYZ21.4713.526.33-
YUV97.51109.09186.84-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 58.82%
GREEN value IS 62 (24.61% from 255) = 20.26%
BLUE value IS 64 (25.39% from 255) = 20.92%
R=58.82%
G=20.26%
B=20.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.64
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180626400.660.640.29358.9848.7647.45
HexB43E40042401D167312f
Octal264761000102100355476157
Binary10110100111110100000001000010100000011101101100111110001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B43E40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B43E40; }

 p { color: rgb(180,62,64); }

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

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

 a { background-color: rgb(180,62,64); }

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

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

 span { border-color: rgb(180,62,64); }

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