#b4292b

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

Shades of Mahogany #B4292B

Tints of Mahogany #B4292B

Color information

#B4292B (or 0xB4292B) is unknown color: approx Mahogany. HEX triplet: B4, 29 and 2B. RGB value is (180,41,43). Sum of RGB (Red+Green+Blue) = 180+41+43=264 (34% of max value = 765). Red value is 180 (70.70% from 255 or 68.18% from 264); Green value is 41 (16.41% from 255 or 15.53% from 264); Blue value is 43 (17.19% from 255 or 16.29% from 264); Max value from RGB is 180 - color contains mainly: red. Hex color #B4292B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B4292B is #4BD6D4. Grayscale: #525252. Windows color (decimal): -4970197 or 2828724. OLE color: 2828724.

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

Color convert

RGB1804143-
CMYK00.770.760.29
HSL359.14º62.9%43.33%-
HSV(B)359.14º77.22%70.59%-
XYZ20.0511.463.44-
YUV82.79105.55197.34-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 68.18%
GREEN value IS 41 (16.41% from 255) = 15.53%
BLUE value IS 43 (17.19% from 255) = 16.29%
R=68.18%
G=15.53%
B=16.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.76
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180414300.770.760.29359.1462.943.33
HexB4292B04D4C1D1673f2b
Octal26451530115114355477753
Binary1011010010100110101101001101100110011101101100111111111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b4292b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b4292b; }

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

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

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

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

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

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

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

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