#B42E32

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

Shades of Mahogany #B42E32

Tints of Mahogany #B42E32

Color information

#B42E32 (or 0xB42E32) is unknown color: approx Mahogany. HEX triplet: B4, 2E and 32. RGB value is (180,46,50). Sum of RGB (Red+Green+Blue) = 180+46+50=276 (36% of max value = 765). Red value is 180 (70.70% from 255 or 65.22% from 276); Green value is 46 (18.36% from 255 or 16.67% from 276); Blue value is 50 (19.92% from 255 or 18.12% from 276); Max value from RGB is 180 - color contains mainly: red. Hex color #B42E32 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B42E32 is #4BD1CD. Grayscale: #565656. Windows color (decimal): -4968910 or 3288756. OLE color: 3288756.

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

Color convert

RGB1804650-
CMYK00.740.720.29
HSL358.21º59.29%44.31%-
HSV(B)358.21º74.44%70.59%-
XYZ20.3811.894.24-
YUV86.52107.39194.67-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 65.22%
GREEN value IS 46 (18.36% from 255) = 16.67%
BLUE value IS 50 (19.92% from 255) = 18.12%
R=65.22%
G=16.67%
B=18.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.72
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180465000.740.720.29358.2159.2944.31
HexB42E3204A481D1663b2c
Octal26456620112110355467354
Binary1011010010111011001001001010100100011101101100110111011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B42E32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B42E32; }

 p { color: rgb(180,46,50); }

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

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

 a { background-color: rgb(180,46,50); }

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

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

 span { border-color: rgb(180,46,50); }

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