#BA2F31

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

Shades of Mahogany #BA2F31

Tints of Mahogany #BA2F31

Color information

#BA2F31 (or 0xBA2F31) is unknown color: approx Mahogany. HEX triplet: BA, 2F and 31. RGB value is (186,47,49). Sum of RGB (Red+Green+Blue) = 186+47+49=282 (37% of max value = 765). Red value is 186 (73.05% from 255 or 65.96% from 282); Green value is 47 (18.75% from 255 or 16.67% from 282); Blue value is 49 (19.53% from 255 or 17.38% from 282); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2F31 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA2F31 is #45D0CE. Grayscale: #585858. Windows color (decimal): -4575439 or 3223482. OLE color: 3223482.

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

Color convert

RGB1864749-
CMYK00.750.740.27
HSL359.14º59.66%45.69%-
HSV(B)359.14º74.73%72.94%-
XYZ21.8212.694.21-
YUV88.79105.55197.34-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 65.96%
GREEN value IS 47 (18.75% from 255) = 16.67%
BLUE value IS 49 (19.53% from 255) = 17.38%
R=65.96%
G=16.67%
B=17.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.74
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186474900.750.740.27359.1459.6645.69
HexBA2F3104B4A1B1673c2e
Octal27257610113112335477456
Binary1011101010111111000101001011100101011011101100111111100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA2F31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA2F31; }

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

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

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

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

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

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

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

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