#BA2E33

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

Shades of Mahogany #BA2E33

Tints of Mahogany #BA2E33

Color information

#BA2E33 (or 0xBA2E33) is unknown color: approx Mahogany. HEX triplet: BA, 2E and 33. RGB value is (186,46,51). Sum of RGB (Red+Green+Blue) = 186+46+51=283 (37% of max value = 765). Red value is 186 (73.05% from 255 or 65.72% from 283); Green value is 46 (18.36% from 255 or 16.25% from 283); Blue value is 51 (20.31% from 255 or 18.02% from 283); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2E33 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA2E33 is #45D1CC. Grayscale: #585858. Windows color (decimal): -4575693 or 3354298. OLE color: 3354298.

HSL color Cylindrical-coordinate representation of color #BA2E33: hue angle of 357.86º degrees, saturation: 0.6, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BA2E33 is Cyan = 0, Magento = 0.75, Yellow = 0.73 and Black (K on CMYK) = 0.27.

Color convert

RGB1864651-
CMYK00.750.730.27
HSL357.86º60.34%45.49%-
HSV(B)357.86º75.27%72.94%-
XYZ21.8212.634.42-
YUV88.43106.88197.59-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 65.72%
GREEN value IS 46 (18.36% from 255) = 16.25%
BLUE value IS 51 (20.31% from 255) = 18.02%
R=65.72%
G=16.25%
B=18.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.73
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186465100.750.730.27357.8660.3445.49
HexBA2E3304B491B1663c2d
Octal27256630113111335467455
Binary1011101010111011001101001011100100111011101100110111100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA2E33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA2E33; }

 p { color: rgb(186,46,51); }

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

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

 a { background-color: rgb(186,46,51); }

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

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

 span { border-color: rgb(186,46,51); }

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