Html Css Color HEX #BA292E Mahogany

📋 copy color: '#BA292E'

red 186 ◦ green 41 ◦ blue 46

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

Shades of Mahogany #BA292E

Tints of Mahogany #BA292E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 16.85%

R = 68.13%
G = 15.02%
B = 16.85%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.75

 K value IS 0.27

RGB Variations

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

Color information

#BA292E (or 0xBA292E) is known color: Mahogany. HEX triplet: BA, 29 and 2E. RGB value is (186,41,46). Sum of RGB (Red+Green+Blue) = 186+41+46=273 (36% of max value = 765). Red value is 186 (73.05% from 255 or 68.13% from 273); Green value is 41 (16.41% from 255 or 15.02% from 273); Blue value is 46 (18.36% from 255 or 16.85% from 273); Max value from RGB is 186 - color contains mainly: red. Hex color #BA292E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA292E is #45D6D1. Grayscale: #555555. Windows color (decimal): -4576978 or 3025338. OLE color: 3025338.

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

Color convert

RGB 186 41 46 -
CMYK 0 0.78 0.75 0.27
HSL 357.93º 0.64% 0.45% -
HSV(B) 357.93º 0.78% 0.73% -
XYZ 21.54 12.22 3.81 -
YUV 84.93 106.04 200.09 -
System Red Green Blue C M Y K H S L
Decimal 186 41 46 0 0.78 0.75 0.27 357.93 0.64 0.45
Hex BA 29 2E 0 4E 4B 1B 166 40 2D
Octal 272 51 56 0 116 113 33 546 100 55
Binary 10111010 101001 101110 0 1001110 1001011 11011 101100110 1000000 101101

Color Harmonies of #BA292E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA292E

Black with #BA292E

Text Example


Text Example

White with #BA292E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA292E; }

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

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

background-color css

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

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

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

border-color css

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

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

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