Html Css Color HEX #BA3238 Mahogany

📋 copy color: '#BA3238'

red 186 ◦ green 50 ◦ blue 56

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

Shades of Mahogany #BA3238

Tints of Mahogany #BA3238

RGB

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

 GREEN value IS 50 (19.92% from 255) = 17.12%

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

R = 63.7%
G = 17.12%
B = 19.18%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.70

 K value IS 0.27

RGB Variations

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

Color information

#BA3238 (or 0xBA3238) is known color: Mahogany. HEX triplet: BA, 32 and 38. RGB value is (186,50,56). Sum of RGB (Red+Green+Blue) = 186+50+56=292 (38% of max value = 765). Red value is 186 (73.05% from 255 or 63.70% from 292); Green value is 50 (19.92% from 255 or 17.12% from 292); Blue value is 56 (22.27% from 255 or 19.18% from 292); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3238 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA3238 is #45CDC7. Grayscale: #5B5B5B. Windows color (decimal): -4574664 or 3683002. OLE color: 3683002.

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

Color convert

RGB 186 50 56 -
CMYK 0 0.73 0.70 0.27
HSL 357.35º 0.58% 0.46% -
HSV(B) 357.35º 0.73% 0.73% -
XYZ 22.1 13.01 5.09 -
YUV 91.35 108.06 195.51 -
System Red Green Blue C M Y K H S L
Decimal 186 50 56 0 0.73 0.70 0.27 357.35 0.58 0.46
Hex BA 32 38 0 49 46 1B 165 3A 2E
Octal 272 62 70 0 111 106 33 545 72 56
Binary 10111010 110010 111000 0 1001001 1000110 11011 101100101 111010 101110

Color Harmonies of #BA3238

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA3238

Black with #BA3238

Text Example


Text Example

White with #BA3238

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA3238; }

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

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

background-color css

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

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

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

border-color css

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

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

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