#B2292A

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

Shades of Mahogany #B2292A

Tints of Mahogany #B2292A

Color information

#B2292A (or 0xB2292A) is unknown color: approx Mahogany. HEX triplet: B2, 29 and 2A. RGB value is (178,41,42). Sum of RGB (Red+Green+Blue) = 178+41+42=261 (34% of max value = 765). Red value is 178 (69.92% from 255 or 68.20% from 261); Green value is 41 (16.41% from 255 or 15.71% from 261); Blue value is 42 (16.80% from 255 or 16.09% from 261); Max value from RGB is 178 - color contains mainly: red. Hex color #B2292A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B2292A is #4DD6D5. Grayscale: #525252. Windows color (decimal): -5101270 or 2763186. OLE color: 2763186.

HSL color Cylindrical-coordinate representation of color #B2292A: hue angle of 359.56º degrees, saturation: 0.63, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B2292A is Cyan = 0, Magento = 0.77, Yellow = 0.76 and Black (K on CMYK) = 0.30.

Color convert

RGB1784142-
CMYK00.770.760.30
HSL359.56º62.56%42.94%-
HSV(B)359.56º76.97%69.8%-
XYZ19.5711.223.32-
YUV82.08105.39196.42-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 68.20%
GREEN value IS 41 (16.41% from 255) = 15.71%
BLUE value IS 42 (16.80% from 255) = 16.09%
R=68.20%
G=15.71%
B=16.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.76
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal178414200.770.760.30359.5662.5642.94
HexB2292A04D4C1E1683f2b
Octal26251520115114365507753
Binary1011001010100110101001001101100110011110101101000111111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2292A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2292A; }

 p { color: rgb(178,41,42); }

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

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

 a { background-color: rgb(178,41,42); }

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

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

 span { border-color: rgb(178,41,42); }

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