#B0393B

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

Shades of Mahogany #B0393B

Tints of Mahogany #B0393B

Color information

#B0393B (or 0xB0393B) is unknown color: approx Mahogany. HEX triplet: B0, 39 and 3B. RGB value is (176,57,59). Sum of RGB (Red+Green+Blue) = 176+57+59=292 (38% of max value = 765). Red value is 176 (69.14% from 255 or 60.27% from 292); Green value is 57 (22.66% from 255 or 19.52% from 292); Blue value is 59 (23.44% from 255 or 20.21% from 292); Max value from RGB is 176 - color contains mainly: red. Hex color #B0393B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B0393B is #4FC6C4. Grayscale: #5C5C5C. Windows color (decimal): -5228229 or 3881392. OLE color: 3881392.

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

Color convert

RGB1765759-
CMYK00.680.660.31
HSL358.99º51.07%45.69%-
HSV(B)358.99º67.61%69.02%-
XYZ20.1612.475.48-
YUV92.81108.92187.34-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 60.27%
GREEN value IS 57 (22.66% from 255) = 19.52%
BLUE value IS 59 (23.44% from 255) = 20.21%
R=60.27%
G=19.52%
B=20.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.66
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal176575900.680.660.31358.9951.0745.69
HexB0393B044421F167332e
Octal26071730104102375476356
Binary1011000011100111101101000100100001011111101100111110011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0393B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0393B; }

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

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

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

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

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

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

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

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