Html Css Color HEX #BA3738 Mahogany

📋 copy color: '#BA3738'

red 186 ◦ green 55 ◦ blue 56

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

Shades of Mahogany #BA3738

Tints of Mahogany #BA3738

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 18.86%

R = 62.63%
G = 18.52%
B = 18.86%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.70

 K value IS 0.27

RGB Variations

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

Color information

#BA3738 (or 0xBA3738) is known color: Mahogany. HEX triplet: BA, 37 and 38. RGB value is (186,55,56). Sum of RGB (Red+Green+Blue) = 186+55+56=297 (39% of max value = 765). Red value is 186 (73.05% from 255 or 62.63% from 297); Green value is 55 (21.88% from 255 or 18.52% from 297); Blue value is 56 (22.27% from 255 or 18.86% from 297); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3738 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA3738 is #45C8C7. Grayscale: #5E5E5E. Windows color (decimal): -4573384 or 3684282. OLE color: 3684282.

HSL color Cylindrical-coordinate representation of color #BA3738: hue angle of 359.54º 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 #BA3738 is Cyan = 0, Magento = 0.70, Yellow = 0.70 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 55 56 -
CMYK 0 0.70 0.70 0.27
HSL 359.54º 0.54% 0.47% -
HSV(B) 359.54º 0.7% 0.73% -
XYZ 22.33 13.46 5.16 -
YUV 94.28 106.4 193.42 -
System Red Green Blue C M Y K H S L
Decimal 186 55 56 0 0.70 0.70 0.27 359.54 0.54 0.47
Hex BA 37 38 0 46 46 1B 168 36 2F
Octal 272 67 70 0 106 106 33 550 66 57
Binary 10111010 110111 111000 0 1000110 1000110 11011 101101000 110110 101111

Color Harmonies of #BA3738

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA3738

Black with #BA3738

Text Example


Text Example

White with #BA3738

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA3738; }

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

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

background-color css

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

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

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

border-color css

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

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

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