#BA3339

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

Shades of Mahogany #BA3339

Tints of Mahogany #BA3339

Color information

#BA3339 (or 0xBA3339) is unknown color: approx Mahogany. HEX triplet: BA, 33 and 39. RGB value is (186,51,57). Sum of RGB (Red+Green+Blue) = 186+51+57=294 (38% of max value = 765). Red value is 186 (73.05% from 255 or 63.27% from 294); Green value is 51 (20.31% from 255 or 17.35% from 294); Blue value is 57 (22.66% from 255 or 19.39% from 294); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3339 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA3339 is #45CCC6. Grayscale: #5C5C5C. Windows color (decimal): -4574407 or 3748794. OLE color: 3748794.

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

Color convert

RGB1865157-
CMYK00.730.690.27
HSL357.33º56.96%46.47%-
HSV(B)357.33º72.58%72.94%-
XYZ22.1713.15.23-
YUV92.05108.23195.01-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 63.27%
GREEN value IS 51 (20.31% from 255) = 17.35%
BLUE value IS 57 (22.66% from 255) = 19.39%
R=63.27%
G=17.35%
B=19.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.69
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186515700.730.690.27357.3356.9646.47
HexBA3339049451B165392e
Octal27263710111105335457156
Binary1011101011001111100101001001100010111011101100101111001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA3339

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA3339; }

 p { color: rgb(186,51,57); }

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

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

 a { background-color: rgb(186,51,57); }

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

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

 span { border-color: rgb(186,51,57); }

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