Html Css Color HEX #BA393B Mahogany

📋 copy color: '#BA393B'

red 186 ◦ green 57 ◦ blue 59

#BA393B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mahogany #BA393B

Tints of Mahogany #BA393B

RGB

 RED value IS 186 (73.05% from 255) = 61.59%

 GREEN value IS 57 (22.66% from 255) = 18.87%

 BLUE value IS 59 (23.44% from 255) = 19.54%

R = 61.59%
G = 18.87%
B = 19.54%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.68

 K value IS 0.27

RGB Variations

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

Color information

#BA393B (or 0xBA393B) is known color: Mahogany. HEX triplet: BA, 39 and 3B. RGB value is (186,57,59). Sum of RGB (Red+Green+Blue) = 186+57+59=302 (40% of max value = 765). Red value is 186 (73.05% from 255 or 61.59% from 302); Green value is 57 (22.66% from 255 or 18.87% from 302); Blue value is 59 (23.44% from 255 or 19.54% from 302); Max value from RGB is 186 - color contains mainly: red. Hex color #BA393B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA393B is #45C6C4. Grayscale: #5F5F5F. Windows color (decimal): -4572869 or 3881402. OLE color: 3881402.

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

Color convert

RGB 186 57 59 -
CMYK 0 0.69 0.68 0.27
HSL 359.07º 0.53% 0.48% -
HSV(B) 359.07º 0.69% 0.73% -
XYZ 22.5 13.68 5.59 -
YUV 95.8 107.24 192.34 -
System Red Green Blue C M Y K H S L
Decimal 186 57 59 0 0.69 0.68 0.27 359.07 0.53 0.48
Hex BA 39 3B 0 45 44 1B 167 35 30
Octal 272 71 73 0 105 104 33 547 65 60
Binary 10111010 111001 111011 0 1000101 1000100 11011 101100111 110101 110000

Color Harmonies of #BA393B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA393B

Black with #BA393B

Text Example


Text Example

White with #BA393B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA393B; }

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

 H1.HeaderClassName
 {
   color: #BA393B;
 }
 .AnyTagClassName
 {
   color: #BA393B;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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