#B3292D

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

Shades of Mahogany #B3292D

Tints of Mahogany #B3292D

Color information

#B3292D (or 0xB3292D) is unknown color: approx Mahogany. HEX triplet: B3, 29 and 2D. RGB value is (179,41,45). Sum of RGB (Red+Green+Blue) = 179+41+45=265 (35% of max value = 765). Red value is 179 (70.31% from 255 or 67.55% from 265); Green value is 41 (16.41% from 255 or 15.47% from 265); Blue value is 45 (17.97% from 255 or 16.98% from 265); Max value from RGB is 179 - color contains mainly: red. Hex color #B3292D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B3292D is #4CD6D2. Grayscale: #525252. Windows color (decimal): -5035731 or 2959795. OLE color: 2959795.

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

Color convert

RGB1794145-
CMYK00.770.750.30
HSL358.26º62.73%43.14%-
HSV(B)358.26º77.09%70.2%-
XYZ19.8611.363.63-
YUV82.72106.72196.67-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 67.55%
GREEN value IS 41 (16.41% from 255) = 15.47%
BLUE value IS 45 (17.97% from 255) = 16.98%
R=67.55%
G=15.47%
B=16.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.75
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal179414500.770.750.30358.2662.7343.14
HexB3292D04D4B1E1663f2b
Octal26351550115113365467753
Binary1011001110100110110101001101100101111110101100110111111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3292D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3292D; }

 p { color: rgb(179,41,45); }

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

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

 a { background-color: rgb(179,41,45); }

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

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

 span { border-color: rgb(179,41,45); }

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