#B43135

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

Shades of Mahogany #B43135

Tints of Mahogany #B43135

Color information

#B43135 (or 0xB43135) is unknown color: approx Mahogany. HEX triplet: B4, 31 and 35. RGB value is (180,49,53). Sum of RGB (Red+Green+Blue) = 180+49+53=282 (37% of max value = 765). Red value is 180 (70.70% from 255 or 63.83% from 282); Green value is 49 (19.53% from 255 or 17.38% from 282); Blue value is 53 (21.09% from 255 or 18.79% from 282); Max value from RGB is 180 - color contains mainly: red. Hex color #B43135 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B43135 is #4BCECA. Grayscale: #585858. Windows color (decimal): -4968139 or 3486132. OLE color: 3486132.

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

Color convert

RGB1804953-
CMYK00.730.710.29
HSL358.17º57.21%44.9%-
HSV(B)358.17º72.78%70.59%-
XYZ20.5612.164.63-
YUV88.62107.9193.17-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 63.83%
GREEN value IS 49 (19.53% from 255) = 17.38%
BLUE value IS 53 (21.09% from 255) = 18.79%
R=63.83%
G=17.38%
B=18.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.71
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180495300.730.710.29358.1757.2144.9
HexB43135049471D166392d
Octal26461650111107355467155
Binary1011010011000111010101001001100011111101101100110111001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B43135

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B43135; }

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

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

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

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

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

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

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

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