#B03536

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

Shades of Mahogany #B03536

Tints of Mahogany #B03536

Color information

#B03536 (or 0xB03536) is unknown color: approx Mahogany. HEX triplet: B0, 35 and 36. RGB value is (176,53,54). Sum of RGB (Red+Green+Blue) = 176+53+54=283 (37% of max value = 765). Red value is 176 (69.14% from 255 or 62.19% from 283); Green value is 53 (21.09% from 255 or 18.73% from 283); Blue value is 54 (21.48% from 255 or 19.08% from 283); Max value from RGB is 176 - color contains mainly: red. Hex color #B03536 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B03536 is #4FCAC9. Grayscale: #5A5A5A. Windows color (decimal): -5229258 or 3552688. OLE color: 3552688.

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

Color convert

RGB1765354-
CMYK00.700.690.31
HSL359.51º53.71%44.9%-
HSV(B)359.51º69.89%69.02%-
XYZ19.8412.044.77-
YUV89.89107.75189.42-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 62.19%
GREEN value IS 53 (21.09% from 255) = 18.73%
BLUE value IS 54 (21.48% from 255) = 19.08%
R=62.19%
G=18.73%
B=19.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.69
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal176535400.700.690.31359.5153.7144.9
HexB03536046451F168362d
Octal26065660106105375506655
Binary1011000011010111011001000110100010111111101101000110110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B03536

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B03536; }

 p { color: rgb(176,53,54); }

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

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

 a { background-color: rgb(176,53,54); }

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

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

 span { border-color: rgb(176,53,54); }

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