#BA2628

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

Shades of Mahogany #BA2628

Tints of Mahogany #BA2628

Color information

#BA2628 (or 0xBA2628) is unknown color: approx Mahogany. HEX triplet: BA, 26 and 28. RGB value is (186,38,40). Sum of RGB (Red+Green+Blue) = 186+38+40=264 (34% of max value = 765). Red value is 186 (73.05% from 255 or 70.45% from 264); Green value is 38 (15.23% from 255 or 14.39% from 264); Blue value is 40 (16.02% from 255 or 15.15% from 264); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2628 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA2628 is #45D9D7. Grayscale: #525252. Windows color (decimal): -4577752 or 2631354. OLE color: 2631354.

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

Color convert

RGB1863840-
CMYK00.800.780.27
HSL359.19º66.07%43.92%-
HSV(B)359.19º79.57%72.94%-
XYZ21.3311.983.2-
YUV82.48104.03201.84-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 70.45%
GREEN value IS 38 (15.23% from 255) = 14.39%
BLUE value IS 40 (16.02% from 255) = 15.15%
R=70.45%
G=14.39%
B=15.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.78
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186384000.800.780.27359.1966.0743.92
HexBA26280504E1B167422c
Octal272465001201163354710254
Binary10111010100110101000010100001001110110111011001111000010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA2628

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA2628; }

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

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

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

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

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

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

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

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