Html Css Color HEX #BA363C Mahogany

📋 copy color: '#BA363C'

red 186 ◦ green 54 ◦ blue 60

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

Shades of Mahogany #BA363C

Tints of Mahogany #BA363C

RGB

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

 GREEN value IS 54 (21.48% from 255) = 18%

 BLUE value IS 60 (23.83% from 255) = 20%

R = 62%
G = 18%
B = 20%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.68

 K value IS 0.27

RGB Variations

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

Color information

#BA363C (or 0xBA363C) is known color: Mahogany. HEX triplet: BA, 36 and 3C. RGB value is (186,54,60). Sum of RGB (Red+Green+Blue) = 186+54+60=300 (39% of max value = 765). Red value is 186 (73.05% from 255 or 62% from 300); Green value is 54 (21.48% from 255 or 18% from 300); Blue value is 60 (23.83% from 255 or 20% from 300); Max value from RGB is 186 - color contains mainly: red. Hex color #BA363C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA363C is #45C9C3. Grayscale: #5E5E5E. Windows color (decimal): -4573636 or 3946170. OLE color: 3946170.

HSL color Cylindrical-coordinate representation of color #BA363C: hue angle of 357.27º degrees, saturation: 0.55, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #BA363C is Cyan = 0, Magento = 0.71, Yellow = 0.68 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 54 60 -
CMYK 0 0.71 0.68 0.27
HSL 357.27º 0.55% 0.47% -
HSV(B) 357.27º 0.71% 0.73% -
XYZ 22.38 13.4 5.68 -
YUV 94.15 108.73 193.51 -
System Red Green Blue C M Y K H S L
Decimal 186 54 60 0 0.71 0.68 0.27 357.27 0.55 0.47
Hex BA 36 3C 0 47 44 1B 165 37 2F
Octal 272 66 74 0 107 104 33 545 67 57
Binary 10111010 110110 111100 0 1000111 1000100 11011 101100101 110111 101111

Color Harmonies of #BA363C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA363C

Black with #BA363C

Text Example


Text Example

White with #BA363C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA363C; }

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

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

background-color css

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

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

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

border-color css

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

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

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