#B43035

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

Shades of Mahogany #B43035

Tints of Mahogany #B43035

Color information

#B43035 (or 0xB43035) is unknown color: approx Mahogany. HEX triplet: B4, 30 and 35. RGB value is (180,48,53). Sum of RGB (Red+Green+Blue) = 180+48+53=281 (37% of max value = 765). Red value is 180 (70.70% from 255 or 64.06% from 281); Green value is 48 (19.14% from 255 or 17.08% from 281); Blue value is 53 (21.09% from 255 or 18.86% from 281); Max value from RGB is 180 - color contains mainly: red. Hex color #B43035 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B43035 is #4BCFCA. Grayscale: #585858. Windows color (decimal): -4968395 or 3485876. OLE color: 3485876.

HSL color Cylindrical-coordinate representation of color #B43035: hue angle of 357.73º degrees, saturation: 0.58, 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 #B43035 is Cyan = 0, Magento = 0.73, Yellow = 0.71 and Black (K on CMYK) = 0.29.

Color convert

RGB1804853-
CMYK00.730.710.29
HSL357.73º57.89%44.71%-
HSV(B)357.73º73.33%70.59%-
XYZ20.5212.074.62-
YUV88.04108.23193.59-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 64.06%
GREEN value IS 48 (19.14% from 255) = 17.08%
BLUE value IS 53 (21.09% from 255) = 18.86%
R=64.06%
G=17.08%
B=18.86%

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
Decimal180485300.730.710.29357.7357.8944.71
HexB43035049471D1663a2d
Octal26460650111107355467255
Binary1011010011000011010101001001100011111101101100110111010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B43035

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B43035; }

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

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

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

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

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

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

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

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