#B6292A

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

Shades of Mahogany #B6292A

Tints of Mahogany #B6292A

Color information

#B6292A (or 0xB6292A) is unknown color: approx Mahogany. HEX triplet: B6, 29 and 2A. RGB value is (182,41,42). Sum of RGB (Red+Green+Blue) = 182+41+42=265 (35% of max value = 765). Red value is 182 (71.48% from 255 or 68.68% from 265); Green value is 41 (16.41% from 255 or 15.47% from 265); Blue value is 42 (16.80% from 255 or 15.85% from 265); Max value from RGB is 182 - color contains mainly: red. Hex color #B6292A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B6292A is #49D6D5. Grayscale: #535353. Windows color (decimal): -4839126 or 2763190. OLE color: 2763190.

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

Color convert

RGB1824142-
CMYK00.770.770.29
HSL359.57º63.23%43.73%-
HSV(B)359.57º77.47%71.37%-
XYZ20.511.73.37-
YUV83.27104.71198.42-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 68.68%
GREEN value IS 41 (16.41% from 255) = 15.47%
BLUE value IS 42 (16.80% from 255) = 15.85%
R=68.68%
G=15.47%
B=15.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.77
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal182414200.770.770.29359.5763.2343.73
HexB6292A04D4D1D1683f2c
Octal26651520115115355507754
Binary1011011010100110101001001101100110111101101101000111111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6292A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6292A; }

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

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

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

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

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

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

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

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