#B12B2E

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

Shades of Mahogany #B12B2E

Tints of Mahogany #B12B2E

Color information

#B12B2E (or 0xB12B2E) is unknown color: approx Mahogany. HEX triplet: B1, 2B and 2E. RGB value is (177,43,46). Sum of RGB (Red+Green+Blue) = 177+43+46=266 (35% of max value = 765). Red value is 177 (69.53% from 255 or 66.54% from 266); Green value is 43 (17.19% from 255 or 16.17% from 266); Blue value is 46 (18.36% from 255 or 17.29% from 266); Max value from RGB is 177 - color contains mainly: red. Hex color #B12B2E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B12B2E is #4ED4D1. Grayscale: #535353. Windows color (decimal): -5166290 or 3025841. OLE color: 3025841.

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

Color convert

RGB1774346-
CMYK00.760.740.31
HSL358.66º60.91%43.14%-
HSV(B)358.66º75.71%69.41%-
XYZ19.4911.273.73-
YUV83.41106.89194.76-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 66.54%
GREEN value IS 43 (17.19% from 255) = 16.17%
BLUE value IS 46 (18.36% from 255) = 17.29%
R=66.54%
G=16.17%
B=17.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.74
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177434600.760.740.31358.6660.9143.14
HexB12B2E04C4A1F1673d2b
Octal26153560114112375477553
Binary1011000110101110111001001100100101011111101100111111101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B12B2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B12B2E; }

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

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

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

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

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

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

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

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