#B1292C

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

Shades of Mahogany #B1292C

Tints of Mahogany #B1292C

Color information

#B1292C (or 0xB1292C) is unknown color: approx Mahogany. HEX triplet: B1, 29 and 2C. RGB value is (177,41,44). Sum of RGB (Red+Green+Blue) = 177+41+44=262 (34% of max value = 765). Red value is 177 (69.53% from 255 or 67.56% from 262); Green value is 41 (16.41% from 255 or 15.65% from 262); Blue value is 44 (17.58% from 255 or 16.79% from 262); Max value from RGB is 177 - color contains mainly: red. Hex color #B1292C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B1292C is #4ED6D3. Grayscale: #525252. Windows color (decimal): -5166804 or 2894257. OLE color: 2894257.

HSL color Cylindrical-coordinate representation of color #B1292C: hue angle of 358.68º 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 #B1292C is Cyan = 0, Magento = 0.77, Yellow = 0.75 and Black (K on CMYK) = 0.31.

Color convert

RGB1774144-
CMYK00.770.750.31
HSL358.68º62.39%42.75%-
HSV(B)358.68º76.84%69.41%-
XYZ19.3811.113.51-
YUV82.01106.56195.76-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 67.56%
GREEN value IS 41 (16.41% from 255) = 15.65%
BLUE value IS 44 (17.58% from 255) = 16.79%
R=67.56%
G=15.65%
B=16.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.75
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177414400.770.750.31358.6862.3942.75
HexB1292C04D4B1F1673e2b
Octal26151540115113375477653
Binary1011000110100110110001001101100101111111101100111111110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1292C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1292C; }

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

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

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

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

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

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

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

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