#B1292B

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

Shades of Mahogany #B1292B

Tints of Mahogany #B1292B

Color information

#B1292B (or 0xB1292B) is unknown color: approx Mahogany. HEX triplet: B1, 29 and 2B. RGB value is (177,41,43). Sum of RGB (Red+Green+Blue) = 177+41+43=261 (34% of max value = 765). Red value is 177 (69.53% from 255 or 67.82% from 261); Green value is 41 (16.41% from 255 or 15.71% from 261); Blue value is 43 (17.19% from 255 or 16.48% from 261); Max value from RGB is 177 - color contains mainly: red. Hex color #B1292B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B1292B is #4ED6D4. Grayscale: #525252. Windows color (decimal): -5166805 or 2828721. OLE color: 2828721.

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

Color convert

RGB1774143-
CMYK00.770.760.31
HSL359.12º62.39%42.75%-
HSV(B)359.12º76.84%69.41%-
XYZ19.3611.113.41-
YUV81.89106.06195.84-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 67.82%
GREEN value IS 41 (16.41% from 255) = 15.71%
BLUE value IS 43 (17.19% from 255) = 16.48%
R=67.82%
G=15.71%
B=16.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.76
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177414300.770.760.31359.1262.3942.75
HexB1292B04D4C1F1673e2b
Octal26151530115114375477653
Binary1011000110100110101101001101100110011111101100111111110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1292B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1292B; }

 p { color: rgb(177,41,43); }

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

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

 a { background-color: rgb(177,41,43); }

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

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

 span { border-color: rgb(177,41,43); }

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