#BA2B34

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

Shades of Mahogany #BA2B34

Tints of Mahogany #BA2B34

Color information

#BA2B34 (or 0xBA2B34) is unknown color: approx Mahogany. HEX triplet: BA, 2B and 34. RGB value is (186,43,52). Sum of RGB (Red+Green+Blue) = 186+43+52=281 (37% of max value = 765). Red value is 186 (73.05% from 255 or 66.19% from 281); Green value is 43 (17.19% from 255 or 15.30% from 281); Blue value is 52 (20.70% from 255 or 18.51% from 281); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2B34 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA2B34 is #45D4CB. Grayscale: #565656. Windows color (decimal): -4576460 or 3419066. OLE color: 3419066.

HSL color Cylindrical-coordinate representation of color #BA2B34: hue angle of 356.22º degrees, saturation: 0.62, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BA2B34 is Cyan = 0, Magento = 0.77, Yellow = 0.72 and Black (K on CMYK) = 0.27.

Color convert

RGB1864352-
CMYK00.770.720.27
HSL356.22º62.45%44.9%-
HSV(B)356.22º76.88%72.94%-
XYZ21.7312.414.5-
YUV86.78108.38198.77-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 66.19%
GREEN value IS 43 (17.19% from 255) = 15.30%
BLUE value IS 52 (20.70% from 255) = 18.51%
R=66.19%
G=15.30%
B=18.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.72
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186435200.770.720.27356.2262.4544.9
HexBA2B3404D481B1643e2d
Octal27253640115110335447655
Binary1011101010101111010001001101100100011011101100100111110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA2B34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA2B34; }

 p { color: rgb(186,43,52); }

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

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

 a { background-color: rgb(186,43,52); }

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

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

 span { border-color: rgb(186,43,52); }

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