Html Css Color HEX #BA3336 Mahogany

📋 copy color: '#BA3336'

red 186 ◦ green 51 ◦ blue 54

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

Shades of Mahogany #BA3336

Tints of Mahogany #BA3336

RGB

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

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

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

R = 63.92%
G = 17.53%
B = 18.56%

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

#BA3336 (or 0xBA3336) is known color: Mahogany. HEX triplet: BA, 33 and 36. RGB value is (186,51,54). Sum of RGB (Red+Green+Blue) = 186+51+54=291 (38% of max value = 765). Red value is 186 (73.05% from 255 or 63.92% from 291); Green value is 51 (20.31% from 255 or 17.53% from 291); Blue value is 54 (21.48% from 255 or 18.56% from 291); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3336 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA3336 is #45CCC9. Grayscale: #5B5B5B. Windows color (decimal): -4574410 or 3552186. OLE color: 3552186.

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

Color convert

RGB 186 51 54 -
CMYK 0 0.73 0.71 0.27
HSL 358.67º 0.57% 0.46% -
HSV(B) 358.67º 0.73% 0.73% -
XYZ 22.1 13.07 4.85 -
YUV 91.71 106.73 195.26 -
System Red Green Blue C M Y K H S L
Decimal 186 51 54 0 0.73 0.71 0.27 358.67 0.57 0.46
Hex BA 33 36 0 49 47 1B 167 39 2E
Octal 272 63 66 0 111 107 33 547 71 56
Binary 10111010 110011 110110 0 1001001 1000111 11011 101100111 111001 101110

Color Harmonies of #BA3336

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA3336

Black with #BA3336

Text Example


Text Example

White with #BA3336

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA3336; }

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

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

background-color css

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

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

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

border-color css

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

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

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