#B12D30

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

Shades of Mahogany #B12D30

Tints of Mahogany #B12D30

Color information

#B12D30 (or 0xB12D30) is unknown color: approx Mahogany. HEX triplet: B1, 2D and 30. RGB value is (177,45,48). Sum of RGB (Red+Green+Blue) = 177+45+48=270 (35% of max value = 765). Red value is 177 (69.53% from 255 or 65.56% from 270); Green value is 45 (17.97% from 255 or 16.67% from 270); Blue value is 48 (19.14% from 255 or 17.78% from 270); Max value from RGB is 177 - color contains mainly: red. Hex color #B12D30 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B12D30 is #4ED2CF. Grayscale: #545454. Windows color (decimal): -5165776 or 3157425. OLE color: 3157425.

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

Color convert

RGB1774548-
CMYK00.750.730.31
HSL358.64º59.46%43.53%-
HSV(B)358.64º74.58%69.41%-
XYZ19.611.443.97-
YUV84.81107.23193.76-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 65.56%
GREEN value IS 45 (17.97% from 255) = 16.67%
BLUE value IS 48 (19.14% from 255) = 17.78%
R=65.56%
G=16.67%
B=17.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.73
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177454800.750.730.31358.6459.4643.53
HexB12D3004B491F1673b2c
Octal26155600113111375477354
Binary1011000110110111000001001011100100111111101100111111011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B12D30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B12D30; }

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

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

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

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

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

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

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

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