#B4353A

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

Shades of Mahogany #B4353A

Tints of Mahogany #B4353A

Color information

#B4353A (or 0xB4353A) is unknown color: approx Mahogany. HEX triplet: B4, 35 and 3A. RGB value is (180,53,58). Sum of RGB (Red+Green+Blue) = 180+53+58=291 (38% of max value = 765). Red value is 180 (70.70% from 255 or 61.86% from 291); Green value is 53 (21.09% from 255 or 18.21% from 291); Blue value is 58 (23.05% from 255 or 19.93% from 291); Max value from RGB is 180 - color contains mainly: red. Hex color #B4353A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B4353A is #4BCAC5. Grayscale: #5B5B5B. Windows color (decimal): -4967110 or 3814836. OLE color: 3814836.

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

Color convert

RGB1805358-
CMYK00.710.680.29
HSL357.64º54.51%45.69%-
HSV(B)357.64º70.56%70.59%-
XYZ20.8612.555.33-
YUV91.54109.08191.09-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 61.86%
GREEN value IS 53 (21.09% from 255) = 18.21%
BLUE value IS 58 (23.05% from 255) = 19.93%
R=61.86%
G=18.21%
B=19.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.68
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180535800.710.680.29357.6454.5145.69
HexB4353A047441D166372e
Octal26465720107104355466756
Binary1011010011010111101001000111100010011101101100110110111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4353A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4353A; }

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

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

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

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

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

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

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

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