Html Css Color HEX #BA3337 Mahogany

📋 copy color: '#BA3337'

red 186 ◦ green 51 ◦ blue 55

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

Shades of Mahogany #BA3337

Tints of Mahogany #BA3337

RGB

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

 GREEN value IS 51 (20.31% from 255) = 17.47%

 BLUE value IS 55 (21.88% from 255) = 18.84%

R = 63.7%
G = 17.47%
B = 18.84%

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

#BA3337 (or 0xBA3337) is known color: Mahogany. HEX triplet: BA, 33 and 37. RGB value is (186,51,55). Sum of RGB (Red+Green+Blue) = 186+51+55=292 (38% of max value = 765). Red value is 186 (73.05% from 255 or 63.70% from 292); Green value is 51 (20.31% from 255 or 17.47% from 292); Blue value is 55 (21.88% from 255 or 18.84% from 292); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3337 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA3337 is #45CCC8. Grayscale: #5B5B5B. Windows color (decimal): -4574409 or 3617722. OLE color: 3617722.

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

Color convert

RGB 186 51 55 -
CMYK 0 0.73 0.70 0.27
HSL 358.22º 0.57% 0.46% -
HSV(B) 358.22º 0.73% 0.73% -
XYZ 22.12 13.08 4.97 -
YUV 91.82 107.23 195.17 -
System Red Green Blue C M Y K H S L
Decimal 186 51 55 0 0.73 0.70 0.27 358.22 0.57 0.46
Hex BA 33 37 0 49 46 1B 166 39 2E
Octal 272 63 67 0 111 106 33 546 71 56
Binary 10111010 110011 110111 0 1001001 1000110 11011 101100110 111001 101110

Color Harmonies of #BA3337

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA3337

Black with #BA3337

Text Example


Text Example

White with #BA3337

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA3337; }

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

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

background-color css

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

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

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

border-color css

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

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

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