#B4393A

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

Shades of Mahogany #B4393A

Tints of Mahogany #B4393A

Color information

#B4393A (or 0xB4393A) is unknown color: approx Mahogany. HEX triplet: B4, 39 and 3A. RGB value is (180,57,58). Sum of RGB (Red+Green+Blue) = 180+57+58=295 (39% of max value = 765). Red value is 180 (70.70% from 255 or 61.02% from 295); Green value is 57 (22.66% from 255 or 19.32% from 295); Blue value is 58 (23.05% from 255 or 19.66% from 295); Max value from RGB is 180 - color contains mainly: red. Hex color #B4393A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B4393A is #4BC6C5. Grayscale: #5E5E5E. Windows color (decimal): -4966086 or 3815860. OLE color: 3815860.

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

Color convert

RGB1805758-
CMYK00.680.680.29
HSL359.51º51.9%46.47%-
HSV(B)359.51º68.33%70.59%-
XYZ21.0512.945.39-
YUV93.89107.75189.42-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 61.02%
GREEN value IS 57 (22.66% from 255) = 19.32%
BLUE value IS 58 (23.05% from 255) = 19.66%
R=61.02%
G=19.32%
B=19.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.68
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180575800.680.680.29359.5151.946.47
HexB4393A044441D168342e
Octal26471720104104355506456
Binary1011010011100111101001000100100010011101101101000110100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4393A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4393A; }

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

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

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

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

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

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

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

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