Html Css Color HEX #BA363A Mahogany

📋 copy color: '#BA363A'

red 186 ◦ green 54 ◦ blue 58

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

Shades of Mahogany #BA363A

Tints of Mahogany #BA363A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 19.46%

R = 62.42%
G = 18.12%
B = 19.46%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.69

 K value IS 0.27

RGB Variations

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

Color information

#BA363A (or 0xBA363A) is known color: Mahogany. HEX triplet: BA, 36 and 3A. RGB value is (186,54,58). Sum of RGB (Red+Green+Blue) = 186+54+58=298 (39% of max value = 765). Red value is 186 (73.05% from 255 or 62.42% from 298); Green value is 54 (21.48% from 255 or 18.12% from 298); Blue value is 58 (23.05% from 255 or 19.46% from 298); Max value from RGB is 186 - color contains mainly: red. Hex color #BA363A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA363A is #45C9C5. Grayscale: #5E5E5E. Windows color (decimal): -4573638 or 3815098. OLE color: 3815098.

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

Color convert

RGB 186 54 58 -
CMYK 0 0.71 0.69 0.27
HSL 358.18º 0.55% 0.47% -
HSV(B) 358.18º 0.71% 0.73% -
XYZ 22.33 13.38 5.41 -
YUV 93.92 107.73 193.67 -
System Red Green Blue C M Y K H S L
Decimal 186 54 58 0 0.71 0.69 0.27 358.18 0.55 0.47
Hex BA 36 3A 0 47 45 1B 166 37 2F
Octal 272 66 72 0 107 105 33 546 67 57
Binary 10111010 110110 111010 0 1000111 1000101 11011 101100110 110111 101111

Color Harmonies of #BA363A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA363A

Black with #BA363A

Text Example


Text Example

White with #BA363A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA363A; }

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

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

background-color css

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

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

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

border-color css

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

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

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