#B12D31

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

Shades of Mahogany #B12D31

Tints of Mahogany #B12D31

Color information

#B12D31 (or 0xB12D31) is unknown color: approx Mahogany. HEX triplet: B1, 2D and 31. RGB value is (177,45,49). Sum of RGB (Red+Green+Blue) = 177+45+49=271 (35% of max value = 765). Red value is 177 (69.53% from 255 or 65.31% from 271); Green value is 45 (17.97% from 255 or 16.61% from 271); Blue value is 49 (19.53% from 255 or 18.08% from 271); Max value from RGB is 177 - color contains mainly: red. Hex color #B12D31 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B12D31 is #4ED2CE. Grayscale: #555555. Windows color (decimal): -5165775 or 3222961. OLE color: 3222961.

HSL color Cylindrical-coordinate representation of color #B12D31: hue angle of 358.18º degrees, saturation: 0.59, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B12D31 is Cyan = 0, Magento = 0.75, Yellow = 0.72 and Black (K on CMYK) = 0.31.

Color convert

RGB1774549-
CMYK00.750.720.31
HSL358.18º59.46%43.53%-
HSV(B)358.18º74.58%69.41%-
XYZ19.6211.454.08-
YUV84.92107.73193.67-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 65.31%
GREEN value IS 45 (17.97% from 255) = 16.61%
BLUE value IS 49 (19.53% from 255) = 18.08%
R=65.31%
G=16.61%
B=18.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.72
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177454900.750.720.31358.1859.4643.53
HexB12D3104B481F1663b2c
Octal26155610113110375467354
Binary1011000110110111000101001011100100011111101100110111011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B12D31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B12D31; }

 p { color: rgb(177,45,49); }

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

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

 a { background-color: rgb(177,45,49); }

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

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

 span { border-color: rgb(177,45,49); }

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