Html Css Color HEX #BA2829 Mahogany

📋 copy color: '#BA2829'

red 186 ◦ green 40 ◦ blue 41

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

Shades of Mahogany #BA2829

Tints of Mahogany #BA2829

RGB

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

 GREEN value IS 40 (16.02% from 255) = 14.98%

 BLUE value IS 41 (16.41% from 255) = 15.36%

R = 69.66%
G = 14.98%
B = 15.36%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.78

 K value IS 0.27

RGB Variations

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

Color information

#BA2829 (or 0xBA2829) is known color: Mahogany. HEX triplet: BA, 28 and 29. RGB value is (186,40,41). Sum of RGB (Red+Green+Blue) = 186+40+41=267 (35% of max value = 765). Red value is 186 (73.05% from 255 or 69.66% from 267); Green value is 40 (16.02% from 255 or 14.98% from 267); Blue value is 41 (16.41% from 255 or 15.36% from 267); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2829 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA2829 is #45D7D6. Grayscale: #535353. Windows color (decimal): -4577239 or 2697402. OLE color: 2697402.

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

Color convert

RGB 186 40 41 -
CMYK 0 0.78 0.78 0.27
HSL 359.59º 0.65% 0.44% -
HSV(B) 359.59º 0.78% 0.73% -
XYZ 21.41 12.12 3.31 -
YUV 83.77 103.87 200.92 -
System Red Green Blue C M Y K H S L
Decimal 186 40 41 0 0.78 0.78 0.27 359.59 0.65 0.44
Hex BA 28 29 0 4E 4E 1B 168 41 2C
Octal 272 50 51 0 116 116 33 550 101 54
Binary 10111010 101000 101001 0 1001110 1001110 11011 101101000 1000001 101100

Color Harmonies of #BA2829

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA2829

Black with #BA2829

Text Example


Text Example

White with #BA2829

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA2829; }

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

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

background-color css

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

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

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

border-color css

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

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

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