Html Css Color HEX #BA272B Mahogany

📋 copy color: '#BA272B'

red 186 ◦ green 39 ◦ blue 43

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

Shades of Mahogany #BA272B

Tints of Mahogany #BA272B

RGB

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

 GREEN value IS 39 (15.63% from 255) = 14.55%

 BLUE value IS 43 (17.19% from 255) = 16.04%

R = 69.4%
G = 14.55%
B = 16.04%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.77

 K value IS 0.27

RGB Variations

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

Color information

#BA272B (or 0xBA272B) is known color: Mahogany. HEX triplet: BA, 27 and 2B. RGB value is (186,39,43). Sum of RGB (Red+Green+Blue) = 186+39+43=268 (35% of max value = 765). Red value is 186 (73.05% from 255 or 69.40% from 268); Green value is 39 (15.62% from 255 or 14.55% from 268); Blue value is 43 (17.19% from 255 or 16.04% from 268); Max value from RGB is 186 - color contains mainly: red. Hex color #BA272B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA272B is #45D8D4. Grayscale: #535353. Windows color (decimal): -4577493 or 2828218. OLE color: 2828218.

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

Color convert

RGB 186 39 43 -
CMYK 0 0.79 0.77 0.27
HSL 358.37º 0.65% 0.44% -
HSV(B) 358.37º 0.79% 0.73% -
XYZ 21.41 12.06 3.49 -
YUV 83.41 105.2 201.17 -
System Red Green Blue C M Y K H S L
Decimal 186 39 43 0 0.79 0.77 0.27 358.37 0.65 0.44
Hex BA 27 2B 0 4F 4D 1B 166 41 2C
Octal 272 47 53 0 117 115 33 546 101 54
Binary 10111010 100111 101011 0 1001111 1001101 11011 101100110 1000001 101100

Color Harmonies of #BA272B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA272B

Black with #BA272B

Text Example


Text Example

White with #BA272B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA272B; }

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

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

background-color css

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

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

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

border-color css

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

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

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