Html Css Color HEX #BA2F31 Mahogany

📋 copy color: '#BA2F31'

red 186 ◦ green 47 ◦ blue 49

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

Shades of Mahogany #BA2F31

Tints of Mahogany #BA2F31

RGB

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

 GREEN value IS 47 (18.75% from 255) = 16.67%

 BLUE value IS 49 (19.53% from 255) = 17.38%

R = 65.96%
G = 16.67%
B = 17.38%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.74

 K value IS 0.27

RGB Variations

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

Color information

#BA2F31 (or 0xBA2F31) is known color: Mahogany. HEX triplet: BA, 2F and 31. RGB value is (186,47,49). Sum of RGB (Red+Green+Blue) = 186+47+49=282 (37% of max value = 765). Red value is 186 (73.05% from 255 or 65.96% from 282); Green value is 47 (18.75% from 255 or 16.67% from 282); Blue value is 49 (19.53% from 255 or 17.38% from 282); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2F31 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA2F31 is #45D0CE. Grayscale: #585858. Windows color (decimal): -4575439 or 3223482. OLE color: 3223482.

HSL color Cylindrical-coordinate representation of color #BA2F31: hue angle of 359.14º degrees, saturation: 0.6, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BA2F31 is Cyan = 0, Magento = 0.75, Yellow = 0.74 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 47 49 -
CMYK 0 0.75 0.74 0.27
HSL 359.14º 0.6% 0.46% -
HSV(B) 359.14º 0.75% 0.73% -
XYZ 21.82 12.69 4.21 -
YUV 88.79 105.55 197.34 -
System Red Green Blue C M Y K H S L
Decimal 186 47 49 0 0.75 0.74 0.27 359.14 0.6 0.46
Hex BA 2F 31 0 4B 4A 1B 167 3C 2E
Octal 272 57 61 0 113 112 33 547 74 56
Binary 10111010 101111 110001 0 1001011 1001010 11011 101100111 111100 101110

Color Harmonies of #BA2F31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA2F31

Black with #BA2F31

Text Example


Text Example

White with #BA2F31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA2F31; }

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

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

background-color css

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

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

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

border-color css

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

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

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