#B0393A

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

Shades of Mahogany #B0393A

Tints of Mahogany #B0393A

Color information

#B0393A (or 0xB0393A) is unknown color: approx Mahogany. HEX triplet: B0, 39 and 3A. RGB value is (176,57,58). Sum of RGB (Red+Green+Blue) = 176+57+58=291 (38% of max value = 765). Red value is 176 (69.14% from 255 or 60.48% from 291); Green value is 57 (22.66% from 255 or 19.59% from 291); Blue value is 58 (23.05% from 255 or 19.93% from 291); Max value from RGB is 176 - color contains mainly: red. Hex color #B0393A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B0393A is #4FC6C5. Grayscale: #5C5C5C. Windows color (decimal): -5228230 or 3815856. OLE color: 3815856.

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

Color convert

RGB1765758-
CMYK00.680.670.31
HSL359.5º51.07%45.69%-
HSV(B)359.5º67.61%69.02%-
XYZ20.1312.465.35-
YUV92.7108.42187.42-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 60.48%
GREEN value IS 57 (22.66% from 255) = 19.59%
BLUE value IS 58 (23.05% from 255) = 19.93%
R=60.48%
G=19.59%
B=19.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.67
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal176575800.680.670.31359.551.0745.69
HexB0393A044431F167332e
Octal26071720104103375476356
Binary1011000011100111101001000100100001111111101100111110011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0393A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0393A; }

 p { color: rgb(176,57,58); }

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

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

 a { background-color: rgb(176,57,58); }

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

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

 span { border-color: rgb(176,57,58); }

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