#B12A2B

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

Shades of Mahogany #B12A2B

Tints of Mahogany #B12A2B

Color information

#B12A2B (or 0xB12A2B) is unknown color: approx Mahogany. HEX triplet: B1, 2A and 2B. RGB value is (177,42,43). Sum of RGB (Red+Green+Blue) = 177+42+43=262 (34% of max value = 765). Red value is 177 (69.53% from 255 or 67.56% from 262); Green value is 42 (16.80% from 255 or 16.03% from 262); Blue value is 43 (17.19% from 255 or 16.41% from 262); Max value from RGB is 177 - color contains mainly: red. Hex color #B12A2B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B12A2B is #4ED5D4. Grayscale: #525252. Windows color (decimal): -5166549 or 2828977. OLE color: 2828977.

HSL color Cylindrical-coordinate representation of color #B12A2B: hue angle of 359.56º degrees, saturation: 0.62, 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 #B12A2B is Cyan = 0, Magento = 0.76, Yellow = 0.76 and Black (K on CMYK) = 0.31.

Color convert

RGB1774243-
CMYK00.760.760.31
HSL359.56º61.64%42.94%-
HSV(B)359.56º76.27%69.41%-
XYZ19.411.183.42-
YUV82.48105.73195.42-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 67.56%
GREEN value IS 42 (16.80% from 255) = 16.03%
BLUE value IS 43 (17.19% from 255) = 16.41%
R=67.56%
G=16.03%
B=16.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.76
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177424300.760.760.31359.5661.6442.94
HexB12A2B04C4C1F1683e2b
Octal26152530114114375507653
Binary1011000110101010101101001100100110011111101101000111110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B12A2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B12A2B; }

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

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

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

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

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

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

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

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