#B03638

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

Shades of Mahogany #B03638

Tints of Mahogany #B03638

Color information

#B03638 (or 0xB03638) is unknown color: approx Mahogany. HEX triplet: B0, 36 and 38. RGB value is (176,54,56). Sum of RGB (Red+Green+Blue) = 176+54+56=286 (37% of max value = 765). Red value is 176 (69.14% from 255 or 61.54% from 286); Green value is 54 (21.48% from 255 or 18.88% from 286); Blue value is 56 (22.27% from 255 or 19.58% from 286); Max value from RGB is 176 - color contains mainly: red. Hex color #B03638 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B03638 is #4FC9C7. Grayscale: #5A5A5A. Windows color (decimal): -5229000 or 3684016. OLE color: 3684016.

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

Color convert

RGB1765456-
CMYK00.690.680.31
HSL359.02º53.04%45.1%-
HSV(B)359.02º69.32%69.02%-
XYZ19.9412.155.04-
YUV90.71108.42188.84-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 61.54%
GREEN value IS 54 (21.48% from 255) = 18.88%
BLUE value IS 56 (22.27% from 255) = 19.58%
R=61.54%
G=18.88%
B=19.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.68
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal176545600.690.680.31359.0253.0445.1
HexB03638045441F167352d
Octal26066700105104375476555
Binary1011000011011011100001000101100010011111101100111110101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B03638

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B03638; }

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

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

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

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

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

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

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

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