Html Css Color HEX #BA3133 Mahogany

📋 copy color: '#BA3133'

red 186 ◦ green 49 ◦ blue 51

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

Shades of Mahogany #BA3133

Tints of Mahogany #BA3133

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 17.83%

R = 65.03%
G = 17.13%
B = 17.83%

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

#BA3133 (or 0xBA3133) is known color: Mahogany. HEX triplet: BA, 31 and 33. RGB value is (186,49,51). Sum of RGB (Red+Green+Blue) = 186+49+51=286 (37% of max value = 765). Red value is 186 (73.05% from 255 or 65.03% from 286); Green value is 49 (19.53% from 255 or 17.13% from 286); Blue value is 51 (20.31% from 255 or 17.83% from 286); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3133 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA3133 is #45CECC. Grayscale: #5A5A5A. Windows color (decimal): -4574925 or 3355066. OLE color: 3355066.

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

Color convert

RGB 186 49 51 -
CMYK 0 0.74 0.73 0.27
HSL 359.12º 0.58% 0.46% -
HSV(B) 359.12º 0.74% 0.73% -
XYZ 21.95 12.87 4.46 -
YUV 90.19 105.89 196.34 -
System Red Green Blue C M Y K H S L
Decimal 186 49 51 0 0.74 0.73 0.27 359.12 0.58 0.46
Hex BA 31 33 0 4A 49 1B 167 3A 2E
Octal 272 61 63 0 112 111 33 547 72 56
Binary 10111010 110001 110011 0 1001010 1001001 11011 101100111 111010 101110

Color Harmonies of #BA3133

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA3133

Black with #BA3133

Text Example


Text Example

White with #BA3133

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA3133; }

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

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

background-color css

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

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

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

border-color css

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

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

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