#B03538

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

Shades of Mahogany #B03538

Tints of Mahogany #B03538

Color information

#B03538 (or 0xB03538) is unknown color: approx Mahogany. HEX triplet: B0, 35 and 38. RGB value is (176,53,56). Sum of RGB (Red+Green+Blue) = 176+53+56=285 (37% of max value = 765). Red value is 176 (69.14% from 255 or 61.75% from 285); Green value is 53 (21.09% from 255 or 18.60% from 285); Blue value is 56 (22.27% from 255 or 19.65% from 285); Max value from RGB is 176 - color contains mainly: red. Hex color #B03538 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B03538 is #4FCAC7. Grayscale: #5A5A5A. Windows color (decimal): -5229256 or 3683760. OLE color: 3683760.

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

Color convert

RGB1765356-
CMYK00.700.680.31
HSL358.54º53.71%44.9%-
HSV(B)358.54º69.89%69.02%-
XYZ19.8912.065.02-
YUV90.12108.75189.26-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 61.75%
GREEN value IS 53 (21.09% from 255) = 18.60%
BLUE value IS 56 (22.27% from 255) = 19.65%
R=61.75%
G=18.60%
B=19.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.68
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal176535600.700.680.31358.5453.7144.9
HexB03538046441F167362d
Octal26065700106104375476655
Binary1011000011010111100001000110100010011111101100111110110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B03538

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B03538; }

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

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

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

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

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

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

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

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