Html Css Color HEX #BA2527 Mahogany

📋 copy color: '#BA2527'

red 186 ◦ green 37 ◦ blue 39

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

Shades of Mahogany #BA2527

Tints of Mahogany #BA2527

RGB

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

 GREEN value IS 37 (14.84% from 255) = 14.12%

 BLUE value IS 39 (15.63% from 255) = 14.89%

R = 70.99%
G = 14.12%
B = 14.89%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.79

 K value IS 0.27

RGB Variations

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

Color information

#BA2527 (or 0xBA2527) is known color: Mahogany. HEX triplet: BA, 25 and 27. RGB value is (186,37,39). Sum of RGB (Red+Green+Blue) = 186+37+39=262 (34% of max value = 765). Red value is 186 (73.05% from 255 or 70.99% from 262); Green value is 37 (14.84% from 255 or 14.12% from 262); Blue value is 39 (15.62% from 255 or 14.89% from 262); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2527 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA2527 is #45DAD8. Grayscale: #515151. Windows color (decimal): -4578009 or 2565562. OLE color: 2565562.

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

Color convert

RGB 186 37 39 -
CMYK 0 0.80 0.79 0.27
HSL 359.19º 0.67% 0.44% -
HSV(B) 359.19º 0.8% 0.73% -
XYZ 21.28 11.91 3.1 -
YUV 81.78 103.86 202.34 -
System Red Green Blue C M Y K H S L
Decimal 186 37 39 0 0.80 0.79 0.27 359.19 0.67 0.44
Hex BA 25 27 0 50 4F 1B 167 43 2C
Octal 272 45 47 0 120 117 33 547 103 54
Binary 10111010 100101 100111 0 1010000 1001111 11011 101100111 1000011 101100

Color Harmonies of #BA2527

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA2527

Black with #BA2527

Text Example


Text Example

White with #BA2527

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA2527; }

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

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

background-color css

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

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

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

border-color css

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

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

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