Html Css Color HEX #BA2B2D Mahogany

📋 copy color: '#BA2B2D'

red 186 ◦ green 43 ◦ blue 45

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

Shades of Mahogany #BA2B2D

Tints of Mahogany #BA2B2D

RGB

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

 GREEN value IS 43 (17.19% from 255) = 15.69%

 BLUE value IS 45 (17.97% from 255) = 16.42%

R = 67.88%
G = 15.69%
B = 16.42%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.76

 K value IS 0.27

RGB Variations

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

Color information

#BA2B2D (or 0xBA2B2D) is known color: Mahogany. HEX triplet: BA, 2B and 2D. RGB value is (186,43,45). Sum of RGB (Red+Green+Blue) = 186+43+45=274 (36% of max value = 765). Red value is 186 (73.05% from 255 or 67.88% from 274); Green value is 43 (17.19% from 255 or 15.69% from 274); Blue value is 45 (17.97% from 255 or 16.42% from 274); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2B2D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA2B2D is #45D4D2. Grayscale: #565656. Windows color (decimal): -4576467 or 2960314. OLE color: 2960314.

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

Color convert

RGB 186 43 45 -
CMYK 0 0.77 0.76 0.27
HSL 359.16º 0.62% 0.45% -
HSV(B) 359.16º 0.77% 0.73% -
XYZ 21.59 12.36 3.73 -
YUV 85.99 104.88 199.34 -
System Red Green Blue C M Y K H S L
Decimal 186 43 45 0 0.77 0.76 0.27 359.16 0.62 0.45
Hex BA 2B 2D 0 4D 4C 1B 167 3E 2D
Octal 272 53 55 0 115 114 33 547 76 55
Binary 10111010 101011 101101 0 1001101 1001100 11011 101100111 111110 101101

Color Harmonies of #BA2B2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA2B2D

Black with #BA2B2D

Text Example


Text Example

White with #BA2B2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA2B2D; }

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

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

background-color css

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

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

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

border-color css

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

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

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