Html Css Color HEX #BA2B2F Mahogany

📋 copy color: '#BA2B2F'

red 186 ◦ green 43 ◦ blue 47

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

Shades of Mahogany #BA2B2F

Tints of Mahogany #BA2B2F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 17.03%

R = 67.39%
G = 15.58%
B = 17.03%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.75

 K value IS 0.27

RGB Variations

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

Color information

#BA2B2F (or 0xBA2B2F) is known color: Mahogany. HEX triplet: BA, 2B and 2F. RGB value is (186,43,47). Sum of RGB (Red+Green+Blue) = 186+43+47=276 (36% of max value = 765). Red value is 186 (73.05% from 255 or 67.39% from 276); Green value is 43 (17.19% from 255 or 15.58% from 276); Blue value is 47 (18.75% from 255 or 17.03% from 276); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2B2F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA2B2F is #45D4D0. Grayscale: #565656. Windows color (decimal): -4576465 or 3091386. OLE color: 3091386.

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

Color convert

RGB 186 43 47 -
CMYK 0 0.77 0.75 0.27
HSL 358.32º 0.62% 0.45% -
HSV(B) 358.32º 0.77% 0.73% -
XYZ 21.63 12.37 3.94 -
YUV 86.21 105.88 199.17 -
System Red Green Blue C M Y K H S L
Decimal 186 43 47 0 0.77 0.75 0.27 358.32 0.62 0.45
Hex BA 2B 2F 0 4D 4B 1B 166 3E 2D
Octal 272 53 57 0 115 113 33 546 76 55
Binary 10111010 101011 101111 0 1001101 1001011 11011 101100110 111110 101101

Color Harmonies of #BA2B2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA2B2F

Black with #BA2B2F

Text Example


Text Example

White with #BA2B2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA2B2F; }

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

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

background-color css

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

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

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

border-color css

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

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

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