#BA2C2E

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

Shades of Mahogany #BA2C2E

Tints of Mahogany #BA2C2E

Color information

#BA2C2E (or 0xBA2C2E) is unknown color: approx Mahogany. HEX triplet: BA, 2C and 2E. RGB value is (186,44,46). Sum of RGB (Red+Green+Blue) = 186+44+46=276 (36% of max value = 765). Red value is 186 (73.05% from 255 or 67.39% from 276); Green value is 44 (17.58% from 255 or 15.94% from 276); Blue value is 46 (18.36% from 255 or 16.67% from 276); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2C2E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA2C2E is #45D3D1. Grayscale: #565656. Windows color (decimal): -4576210 or 3026106. OLE color: 3026106.

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

Color convert

RGB1864446-
CMYK00.760.750.27
HSL359.15º61.74%45.1%-
HSV(B)359.15º76.34%72.94%-
XYZ21.6412.443.84-
YUV86.69105.04198.84-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 67.39%
GREEN value IS 44 (17.58% from 255) = 15.94%
BLUE value IS 46 (18.36% from 255) = 16.67%
R=67.39%
G=15.94%
B=16.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.75
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186444600.760.750.27359.1561.7445.1
HexBA2C2E04C4B1B1673e2d
Octal27254560114113335477655
Binary1011101010110010111001001100100101111011101100111111110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA2C2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA2C2E; }

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

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

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

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

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

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

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

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