#BA2D32

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

Shades of Mahogany #BA2D32

Tints of Mahogany #BA2D32

Color information

#BA2D32 (or 0xBA2D32) is unknown color: approx Mahogany. HEX triplet: BA, 2D and 32. RGB value is (186,45,50). Sum of RGB (Red+Green+Blue) = 186+45+50=281 (37% of max value = 765). Red value is 186 (73.05% from 255 or 66.19% from 281); Green value is 45 (17.97% from 255 or 16.01% from 281); Blue value is 50 (19.92% from 255 or 17.79% from 281); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2D32 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA2D32 is #45D2CD. Grayscale: #575757. Windows color (decimal): -4575950 or 3288506. OLE color: 3288506.

HSL color Cylindrical-coordinate representation of color #BA2D32: hue angle of 357.87º degrees, saturation: 0.61, 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 #BA2D32 is Cyan = 0, Magento = 0.76, Yellow = 0.73 and Black (K on CMYK) = 0.27.

Color convert

RGB1864550-
CMYK00.760.730.27
HSL357.87º61.04%45.29%-
HSV(B)357.87º75.81%72.94%-
XYZ21.7612.554.29-
YUV87.73106.71198.09-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 66.19%
GREEN value IS 45 (17.97% from 255) = 16.01%
BLUE value IS 50 (19.92% from 255) = 17.79%
R=66.19%
G=16.01%
B=17.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.73
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186455000.760.730.27357.8761.0445.29
HexBA2D3204C491B1663d2d
Octal27255620114111335467555
Binary1011101010110111001001001100100100111011101100110111101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA2D32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA2D32; }

 p { color: rgb(186,45,50); }

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

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

 a { background-color: rgb(186,45,50); }

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

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

 span { border-color: rgb(186,45,50); }

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