#B03337

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

Shades of Mahogany #B03337

Tints of Mahogany #B03337

Color information

#B03337 (or 0xB03337) is unknown color: approx Mahogany. HEX triplet: B0, 33 and 37. RGB value is (176,51,55). Sum of RGB (Red+Green+Blue) = 176+51+55=282 (37% of max value = 765). Red value is 176 (69.14% from 255 or 62.41% from 282); Green value is 51 (20.31% from 255 or 18.09% from 282); Blue value is 55 (21.88% from 255 or 19.50% from 282); Max value from RGB is 176 - color contains mainly: red. Hex color #B03337 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B03337 is #4FCCC8. Grayscale: #585858. Windows color (decimal): -5229769 or 3617712. OLE color: 3617712.

HSL color Cylindrical-coordinate representation of color #B03337: hue angle of 358.08º degrees, saturation: 0.55, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B03337 is Cyan = 0, Magento = 0.71, Yellow = 0.69 and Black (K on CMYK) = 0.31.

Color convert

RGB1765155-
CMYK00.710.690.31
HSL358.08º55.07%44.51%-
HSV(B)358.08º71.02%69.02%-
XYZ19.7811.874.86-
YUV88.83108.91190.17-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 62.41%
GREEN value IS 51 (20.31% from 255) = 18.09%
BLUE value IS 55 (21.88% from 255) = 19.50%
R=62.41%
G=18.09%
B=19.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.69
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal176515500.710.690.31358.0855.0744.51
HexB03337047451F166372d
Octal26063670107105375466755
Binary1011000011001111011101000111100010111111101100110110111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B03337

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B03337; }

 p { color: rgb(176,51,55); }

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

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

 a { background-color: rgb(176,51,55); }

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

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

 span { border-color: rgb(176,51,55); }

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