Html Css Color HEX #BA292A Mahogany

📋 copy color: '#BA292A'

red 186 ◦ green 41 ◦ blue 42

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

Shades of Mahogany #BA292A

Tints of Mahogany #BA292A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 15.61%

R = 69.14%
G = 15.24%
B = 15.61%

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

#BA292A (or 0xBA292A) is known color: Mahogany. HEX triplet: BA, 29 and 2A. RGB value is (186,41,42). Sum of RGB (Red+Green+Blue) = 186+41+42=269 (35% of max value = 765). Red value is 186 (73.05% from 255 or 69.14% from 269); Green value is 41 (16.41% from 255 or 15.24% from 269); Blue value is 42 (16.80% from 255 or 15.61% from 269); Max value from RGB is 186 - color contains mainly: red. Hex color #BA292A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA292A is #45D6D5. Grayscale: #545454. Windows color (decimal): -4576982 or 2763194. OLE color: 2763194.

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

Color convert

RGB 186 41 42 -
CMYK 0 0.78 0.77 0.27
HSL 359.59º 0.64% 0.45% -
HSV(B) 359.59º 0.78% 0.73% -
XYZ 21.46 12.19 3.41 -
YUV 84.47 104.04 200.42 -
System Red Green Blue C M Y K H S L
Decimal 186 41 42 0 0.78 0.77 0.27 359.59 0.64 0.45
Hex BA 29 2A 0 4E 4D 1B 168 40 2D
Octal 272 51 52 0 116 115 33 550 100 55
Binary 10111010 101001 101010 0 1001110 1001101 11011 101101000 1000000 101101

Color Harmonies of #BA292A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA292A

Black with #BA292A

Text Example


Text Example

White with #BA292A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA292A; }

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

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

background-color css

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

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

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

border-color css

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

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

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