Html Css Color HEX #BA292B Mahogany

📋 copy color: '#BA292B'

red 186 ◦ green 41 ◦ blue 43

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

Shades of Mahogany #BA292B

Tints of Mahogany #BA292B

RGB

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

 GREEN value IS 41 (16.41% from 255) = 15.19%

 BLUE value IS 43 (17.19% from 255) = 15.93%

R = 68.89%
G = 15.19%
B = 15.93%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.77

 K value IS 0.27

RGB Variations

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

Color information

#BA292B (or 0xBA292B) is known color: Mahogany. HEX triplet: BA, 29 and 2B. RGB value is (186,41,43). Sum of RGB (Red+Green+Blue) = 186+41+43=270 (35% of max value = 765). Red value is 186 (73.05% from 255 or 68.89% from 270); Green value is 41 (16.41% from 255 or 15.19% from 270); Blue value is 43 (17.19% from 255 or 15.93% from 270); Max value from RGB is 186 - color contains mainly: red. Hex color #BA292B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA292B is #45D6D4. Grayscale: #545454. Windows color (decimal): -4576981 or 2828730. OLE color: 2828730.

HSL color Cylindrical-coordinate representation of color #BA292B: hue angle of 359.17º degrees, saturation: 0.64, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BA292B is Cyan = 0, Magento = 0.78, Yellow = 0.77 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 41 43 -
CMYK 0 0.78 0.77 0.27
HSL 359.17º 0.64% 0.45% -
HSV(B) 359.17º 0.78% 0.73% -
XYZ 21.48 12.2 3.51 -
YUV 84.58 104.54 200.34 -
System Red Green Blue C M Y K H S L
Decimal 186 41 43 0 0.78 0.77 0.27 359.17 0.64 0.45
Hex BA 29 2B 0 4E 4D 1B 167 40 2D
Octal 272 51 53 0 116 115 33 547 100 55
Binary 10111010 101001 101011 0 1001110 1001101 11011 101100111 1000000 101101

Color Harmonies of #BA292B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA292B

Black with #BA292B

Text Example


Text Example

White with #BA292B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA292B; }

 p { color: rgb(186,41,43); }

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

background-color css

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

 a { background-color: rgb(186,41,43); }

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

border-color css

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

 span { border-color: rgb(186,41,43); }

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