Html Css Color HEX #BA2627 Mahogany

📋 copy color: '#BA2627'

red 186 ◦ green 38 ◦ blue 39

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

Shades of Mahogany #BA2627

Tints of Mahogany #BA2627

RGB

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

 GREEN value IS 38 (15.23% from 255) = 14.45%

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

R = 70.72%
G = 14.45%
B = 14.83%

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

#BA2627 (or 0xBA2627) is known color: Mahogany. HEX triplet: BA, 26 and 27. RGB value is (186,38,39). Sum of RGB (Red+Green+Blue) = 186+38+39=263 (34% of max value = 765). Red value is 186 (73.05% from 255 or 70.72% from 263); Green value is 38 (15.23% from 255 or 14.45% from 263); Blue value is 39 (15.62% from 255 or 14.83% from 263); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2627 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA2627 is #45D9D8. Grayscale: #525252. Windows color (decimal): -4577753 or 2565818. OLE color: 2565818.

HSL color Cylindrical-coordinate representation of color #BA2627: hue angle of 359.59º degrees, saturation: 0.66, 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 #BA2627 is Cyan = 0, Magento = 0.80, Yellow = 0.79 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 38 39 -
CMYK 0 0.80 0.79 0.27
HSL 359.59º 0.66% 0.44% -
HSV(B) 359.59º 0.8% 0.73% -
XYZ 21.31 11.97 3.11 -
YUV 82.37 103.53 201.92 -
System Red Green Blue C M Y K H S L
Decimal 186 38 39 0 0.80 0.79 0.27 359.59 0.66 0.44
Hex BA 26 27 0 50 4F 1B 168 42 2C
Octal 272 46 47 0 120 117 33 550 102 54
Binary 10111010 100110 100111 0 1010000 1001111 11011 101101000 1000010 101100

Color Harmonies of #BA2627

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA2627

Black with #BA2627

Text Example


Text Example

White with #BA2627

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA2627; }

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

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

background-color css

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

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

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

border-color css

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

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

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