#BA272A

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

Shades of Mahogany #BA272A

Tints of Mahogany #BA272A

Color information

#BA272A (or 0xBA272A) is unknown color: approx Mahogany. HEX triplet: BA, 27 and 2A. RGB value is (186,39,42). Sum of RGB (Red+Green+Blue) = 186+39+42=267 (35% of max value = 765). Red value is 186 (73.05% from 255 or 69.66% from 267); Green value is 39 (15.62% from 255 or 14.61% from 267); Blue value is 42 (16.80% from 255 or 15.73% from 267); Max value from RGB is 186 - color contains mainly: red. Hex color #BA272A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA272A is #45D8D5. Grayscale: #535353. Windows color (decimal): -4577494 or 2762682. OLE color: 2762682.

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

Color convert

RGB1863942-
CMYK00.790.770.27
HSL358.78º65.33%44.12%-
HSV(B)358.78º79.03%72.94%-
XYZ21.3912.063.39-
YUV83.29104.7201.26-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 69.66%
GREEN value IS 39 (15.62% from 255) = 14.61%
BLUE value IS 42 (16.80% from 255) = 15.73%
R=69.66%
G=14.61%
B=15.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.77
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186394200.790.770.27358.7865.3344.12
HexBA272A04F4D1B167412c
Octal272475201171153354710154
Binary10111010100111101010010011111001101110111011001111000001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA272A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA272A; }

 p { color: rgb(186,39,42); }

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

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

 a { background-color: rgb(186,39,42); }

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

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

 span { border-color: rgb(186,39,42); }

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