Html Css Color HEX #BA3132 Mahogany

📋 copy color: '#BA3132'

red 186 ◦ green 49 ◦ blue 50

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

Shades of Mahogany #BA3132

Tints of Mahogany #BA3132

RGB

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

 GREEN value IS 49 (19.53% from 255) = 17.19%

 BLUE value IS 50 (19.92% from 255) = 17.54%

R = 65.26%
G = 17.19%
B = 17.54%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.73

 K value IS 0.27

RGB Variations

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

Color information

#BA3132 (or 0xBA3132) is known color: Mahogany. HEX triplet: BA, 31 and 32. RGB value is (186,49,50). Sum of RGB (Red+Green+Blue) = 186+49+50=285 (37% of max value = 765). Red value is 186 (73.05% from 255 or 65.26% from 285); Green value is 49 (19.53% from 255 or 17.19% from 285); Blue value is 50 (19.92% from 255 or 17.54% from 285); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3132 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA3132 is #45CECD. Grayscale: #5A5A5A. Windows color (decimal): -4574926 or 3289530. OLE color: 3289530.

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

Color convert

RGB 186 49 50 -
CMYK 0 0.74 0.73 0.27
HSL 359.56º 0.58% 0.46% -
HSV(B) 359.56º 0.74% 0.73% -
XYZ 21.92 12.87 4.35 -
YUV 90.08 105.39 196.42 -
System Red Green Blue C M Y K H S L
Decimal 186 49 50 0 0.74 0.73 0.27 359.56 0.58 0.46
Hex BA 31 32 0 4A 49 1B 168 3A 2E
Octal 272 61 62 0 112 111 33 550 72 56
Binary 10111010 110001 110010 0 1001010 1001001 11011 101101000 111010 101110

Color Harmonies of #BA3132

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA3132

Black with #BA3132

Text Example


Text Example

White with #BA3132

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA3132; }

 p { color: rgb(186,49,50); }

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

background-color css

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

 a { background-color: rgb(186,49,50); }

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

border-color css

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

 span { border-color: rgb(186,49,50); }

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