#B42C31

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

Shades of Mahogany #B42C31

Tints of Mahogany #B42C31

Color information

#B42C31 (or 0xB42C31) is unknown color: approx Mahogany. HEX triplet: B4, 2C and 31. RGB value is (180,44,49). Sum of RGB (Red+Green+Blue) = 180+44+49=273 (36% of max value = 765). Red value is 180 (70.70% from 255 or 65.93% from 273); Green value is 44 (17.58% from 255 or 16.12% from 273); Blue value is 49 (19.53% from 255 or 17.95% from 273); Max value from RGB is 180 - color contains mainly: red. Hex color #B42C31 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B42C31 is #4BD3CE. Grayscale: #555555. Windows color (decimal): -4969423 or 3222708. OLE color: 3222708.

HSL color Cylindrical-coordinate representation of color #B42C31: hue angle of 357.79º degrees, saturation: 0.61, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B42C31 is Cyan = 0, Magento = 0.76, Yellow = 0.73 and Black (K on CMYK) = 0.29.

Color convert

RGB1804449-
CMYK00.760.730.29
HSL357.79º60.71%43.92%-
HSV(B)357.79º75.56%70.59%-
XYZ20.2811.734.1-
YUV85.23107.56195.59-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 65.93%
GREEN value IS 44 (17.58% from 255) = 16.12%
BLUE value IS 49 (19.53% from 255) = 17.95%
R=65.93%
G=16.12%
B=17.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.73
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180444900.760.730.29357.7960.7143.92
HexB42C3104C491D1663d2c
Octal26454610114111355467554
Binary1011010010110011000101001100100100111101101100110111101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B42C31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B42C31; }

 p { color: rgb(180,44,49); }

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

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

 a { background-color: rgb(180,44,49); }

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

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

 span { border-color: rgb(180,44,49); }

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