Html Css Color HEX #BA373A Mahogany

📋 copy color: '#BA373A'

red 186 ◦ green 55 ◦ blue 58

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

Shades of Mahogany #BA373A

Tints of Mahogany #BA373A

RGB

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

 GREEN value IS 55 (21.88% from 255) = 18.39%

 BLUE value IS 58 (23.05% from 255) = 19.4%

R = 62.21%
G = 18.39%
B = 19.4%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.69

 K value IS 0.27

RGB Variations

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

Color information

#BA373A (or 0xBA373A) is known color: Mahogany. HEX triplet: BA, 37 and 3A. RGB value is (186,55,58). Sum of RGB (Red+Green+Blue) = 186+55+58=299 (39% of max value = 765). Red value is 186 (73.05% from 255 or 62.21% from 299); Green value is 55 (21.88% from 255 or 18.39% from 299); Blue value is 58 (23.05% from 255 or 19.40% from 299); Max value from RGB is 186 - color contains mainly: red. Hex color #BA373A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA373A is #45C8C5. Grayscale: #5E5E5E. Windows color (decimal): -4573382 or 3815354. OLE color: 3815354.

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

Color convert

RGB 186 55 58 -
CMYK 0 0.70 0.69 0.27
HSL 358.63º 0.54% 0.47% -
HSV(B) 358.63º 0.7% 0.73% -
XYZ 22.38 13.48 5.42 -
YUV 94.51 107.4 193.26 -
System Red Green Blue C M Y K H S L
Decimal 186 55 58 0 0.70 0.69 0.27 358.63 0.54 0.47
Hex BA 37 3A 0 46 45 1B 167 36 2F
Octal 272 67 72 0 106 105 33 547 66 57
Binary 10111010 110111 111010 0 1000110 1000101 11011 101100111 110110 101111

Color Harmonies of #BA373A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA373A

Black with #BA373A

Text Example


Text Example

White with #BA373A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA373A; }

 p { color: rgb(186,55,58); }

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

background-color css

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

 a { background-color: rgb(186,55,58); }

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

border-color css

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

 span { border-color: rgb(186,55,58); }

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