#B43435

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

Shades of Mahogany #B43435

Tints of Mahogany #B43435

Color information

#B43435 (or 0xB43435) is unknown color: approx Mahogany. HEX triplet: B4, 34 and 35. RGB value is (180,52,53). Sum of RGB (Red+Green+Blue) = 180+52+53=285 (37% of max value = 765). Red value is 180 (70.70% from 255 or 63.16% from 285); Green value is 52 (20.70% from 255 or 18.25% from 285); Blue value is 53 (21.09% from 255 or 18.60% from 285); Max value from RGB is 180 - color contains mainly: red. Hex color #B43435 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B43435 is #4BCBCA. Grayscale: #5A5A5A. Windows color (decimal): -4967371 or 3486900. OLE color: 3486900.

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

Color convert

RGB1805253-
CMYK00.710.710.29
HSL359.53º55.17%45.49%-
HSV(B)359.53º71.11%70.59%-
XYZ20.6912.424.67-
YUV90.39106.91191.92-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 63.16%
GREEN value IS 52 (20.70% from 255) = 18.25%
BLUE value IS 53 (21.09% from 255) = 18.60%
R=63.16%
G=18.25%
B=18.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.71
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180525300.710.710.29359.5355.1745.49
HexB43435047471D168372d
Octal26464650107107355506755
Binary1011010011010011010101000111100011111101101101000110111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B43435

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B43435; }

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

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

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

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

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

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

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

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