#BA2D31

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

Shades of Mahogany #BA2D31

Tints of Mahogany #BA2D31

Color information

#BA2D31 (or 0xBA2D31) is unknown color: approx Mahogany. HEX triplet: BA, 2D and 31. RGB value is (186,45,49). Sum of RGB (Red+Green+Blue) = 186+45+49=280 (37% of max value = 765). Red value is 186 (73.05% from 255 or 66.43% from 280); Green value is 45 (17.97% from 255 or 16.07% from 280); Blue value is 49 (19.53% from 255 or 17.5% from 280); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2D31 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA2D31 is #45D2CE. Grayscale: #575757. Windows color (decimal): -4575951 or 3222970. OLE color: 3222970.

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

Color convert

RGB1864549-
CMYK00.760.740.27
HSL358.3º61.04%45.29%-
HSV(B)358.3º75.81%72.94%-
XYZ21.7412.544.18-
YUV87.62106.21198.17-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 66.43%
GREEN value IS 45 (17.97% from 255) = 16.07%
BLUE value IS 49 (19.53% from 255) = 17.5%
R=66.43%
G=16.07%
B=17.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.74
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186454900.760.740.27358.361.0445.29
HexBA2D3104C4A1B1663d2d
Octal27255610114112335467555
Binary1011101010110111000101001100100101011011101100110111101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA2D31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA2D31; }

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

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

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

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

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

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

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

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