Html Css Color HEX #BA343A Mahogany

📋 copy color: '#BA343A'

red 186 ◦ green 52 ◦ blue 58

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

Shades of Mahogany #BA343A

Tints of Mahogany #BA343A

RGB

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

 GREEN value IS 52 (20.7% from 255) = 17.57%

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

R = 62.84%
G = 17.57%
B = 19.59%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.69

 K value IS 0.27

RGB Variations

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

Color information

#BA343A (or 0xBA343A) is known color: Mahogany. HEX triplet: BA, 34 and 3A. RGB value is (186,52,58). Sum of RGB (Red+Green+Blue) = 186+52+58=296 (39% of max value = 765). Red value is 186 (73.05% from 255 or 62.84% from 296); Green value is 52 (20.70% from 255 or 17.57% from 296); Blue value is 58 (23.05% from 255 or 19.59% from 296); Max value from RGB is 186 - color contains mainly: red. Hex color #BA343A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA343A is #45CBC5. Grayscale: #5C5C5C. Windows color (decimal): -4574150 or 3814586. OLE color: 3814586.

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

Color convert

RGB 186 52 58 -
CMYK 0 0.72 0.69 0.27
HSL 357.31º 0.56% 0.47% -
HSV(B) 357.31º 0.72% 0.73% -
XYZ 22.24 13.2 5.38 -
YUV 92.75 108.39 194.51 -
System Red Green Blue C M Y K H S L
Decimal 186 52 58 0 0.72 0.69 0.27 357.31 0.56 0.47
Hex BA 34 3A 0 48 45 1B 165 38 2F
Octal 272 64 72 0 110 105 33 545 70 57
Binary 10111010 110100 111010 0 1001000 1000101 11011 101100101 111000 101111

Color Harmonies of #BA343A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA343A

Black with #BA343A

Text Example


Text Example

White with #BA343A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA343A; }

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

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

background-color css

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

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

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

border-color css

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

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

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