Html Css Color HEX #BA3236 Mahogany

📋 copy color: '#BA3236'

red 186 ◦ green 50 ◦ blue 54

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

Shades of Mahogany #BA3236

Tints of Mahogany #BA3236

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 18.62%

R = 64.14%
G = 17.24%
B = 18.62%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.71

 K value IS 0.27

RGB Variations

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

Color information

#BA3236 (or 0xBA3236) is known color: Mahogany. HEX triplet: BA, 32 and 36. RGB value is (186,50,54). Sum of RGB (Red+Green+Blue) = 186+50+54=290 (38% of max value = 765). Red value is 186 (73.05% from 255 or 64.14% from 290); Green value is 50 (19.92% from 255 or 17.24% from 290); Blue value is 54 (21.48% from 255 or 18.62% from 290); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3236 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA3236 is #45CDC9. Grayscale: #5B5B5B. Windows color (decimal): -4574666 or 3551930. OLE color: 3551930.

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

Color convert

RGB 186 50 54 -
CMYK 0 0.73 0.71 0.27
HSL 358.24º 0.58% 0.46% -
HSV(B) 358.24º 0.73% 0.73% -
XYZ 22.06 12.99 4.83 -
YUV 91.12 107.06 195.67 -
System Red Green Blue C M Y K H S L
Decimal 186 50 54 0 0.73 0.71 0.27 358.24 0.58 0.46
Hex BA 32 36 0 49 47 1B 166 3A 2E
Octal 272 62 66 0 111 107 33 546 72 56
Binary 10111010 110010 110110 0 1001001 1000111 11011 101100110 111010 101110

Color Harmonies of #BA3236

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA3236

Black with #BA3236

Text Example


Text Example

White with #BA3236

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA3236; }

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

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

background-color css

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

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

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

border-color css

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

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

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