#B22E32

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

Shades of Mahogany #B22E32

Tints of Mahogany #B22E32

Color information

#B22E32 (or 0xB22E32) is unknown color: approx Mahogany. HEX triplet: B2, 2E and 32. RGB value is (178,46,50). Sum of RGB (Red+Green+Blue) = 178+46+50=274 (36% of max value = 765). Red value is 178 (69.92% from 255 or 64.96% from 274); Green value is 46 (18.36% from 255 or 16.79% from 274); Blue value is 50 (19.92% from 255 or 18.25% from 274); Max value from RGB is 178 - color contains mainly: red. Hex color #B22E32 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B22E32 is #4DD1CD. Grayscale: #565656. Windows color (decimal): -5099982 or 3288754. OLE color: 3288754.

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

Color convert

RGB1784650-
CMYK00.740.720.30
HSL358.18º58.93%43.92%-
HSV(B)358.18º74.16%69.8%-
XYZ19.9111.654.22-
YUV85.92107.73193.67-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 64.96%
GREEN value IS 46 (18.36% from 255) = 16.79%
BLUE value IS 50 (19.92% from 255) = 18.25%
R=64.96%
G=16.79%
B=18.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.72
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal178465000.740.720.30358.1858.9343.92
HexB22E3204A481E1663b2c
Octal26256620112110365467354
Binary1011001010111011001001001010100100011110101100110111011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B22E32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B22E32; }

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

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

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

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

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

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

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

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