#BA2E2F

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

Shades of Mahogany #BA2E2F

Tints of Mahogany #BA2E2F

Color information

#BA2E2F (or 0xBA2E2F) is unknown color: approx Mahogany. HEX triplet: BA, 2E and 2F. RGB value is (186,46,47). Sum of RGB (Red+Green+Blue) = 186+46+47=279 (36% of max value = 765). Red value is 186 (73.05% from 255 or 66.67% from 279); Green value is 46 (18.36% from 255 or 16.49% from 279); Blue value is 47 (18.75% from 255 or 16.85% from 279); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2E2F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA2E2F is #45D1D0. Grayscale: #585858. Windows color (decimal): -4575697 or 3092154. OLE color: 3092154.

HSL color Cylindrical-coordinate representation of color #BA2E2F: hue angle of 359.57º 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 #BA2E2F is Cyan = 0, Magento = 0.75, Yellow = 0.75 and Black (K on CMYK) = 0.27.

Color convert

RGB1864647-
CMYK00.750.750.27
HSL359.57º60.34%45.49%-
HSV(B)359.57º75.27%72.94%-
XYZ21.7412.63.98-
YUV87.97104.88197.92-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 66.67%
GREEN value IS 46 (18.36% from 255) = 16.49%
BLUE value IS 47 (18.75% from 255) = 16.85%
R=66.67%
G=16.49%
B=16.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.75
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186464700.750.750.27359.5760.3445.49
HexBA2E2F04B4B1B1683c2d
Octal27256570113113335507455
Binary1011101010111010111101001011100101111011101101000111100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA2E2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA2E2F; }

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

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

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

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

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

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

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

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