#BA2728

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

Shades of Mahogany #BA2728

Tints of Mahogany #BA2728

Color information

#BA2728 (or 0xBA2728) is unknown color: approx Mahogany. HEX triplet: BA, 27 and 28. RGB value is (186,39,40). Sum of RGB (Red+Green+Blue) = 186+39+40=265 (35% of max value = 765). Red value is 186 (73.05% from 255 or 70.19% from 265); Green value is 39 (15.62% from 255 or 14.72% from 265); Blue value is 40 (16.02% from 255 or 15.09% from 265); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2728 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA2728 is #45D8D7. Grayscale: #535353. Windows color (decimal): -4577496 or 2631610. OLE color: 2631610.

HSL color Cylindrical-coordinate representation of color #BA2728: hue angle of 359.59º degrees, saturation: 0.65, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BA2728 is Cyan = 0, Magento = 0.79, Yellow = 0.78 and Black (K on CMYK) = 0.27.

Color convert

RGB1863940-
CMYK00.790.780.27
HSL359.59º65.33%44.12%-
HSV(B)359.59º79.03%72.94%-
XYZ21.3612.043.21-
YUV83.07103.7201.42-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 70.19%
GREEN value IS 39 (15.62% from 255) = 14.72%
BLUE value IS 40 (16.02% from 255) = 15.09%
R=70.19%
G=14.72%
B=15.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.78
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186394000.790.780.27359.5965.3344.12
HexBA272804F4E1B168412c
Octal272475001171163355010154
Binary10111010100111101000010011111001110110111011010001000001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA2728

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA2728; }

 p { color: rgb(186,39,40); }

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

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

 a { background-color: rgb(186,39,40); }

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

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

 span { border-color: rgb(186,39,40); }

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