Html Css Color HEX #BA2C2D Mahogany

📋 copy color: '#BA2C2D'

red 186 ◦ green 44 ◦ blue 45

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

Shades of Mahogany #BA2C2D

Tints of Mahogany #BA2C2D

RGB

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

 GREEN value IS 44 (17.58% from 255) = 16%

 BLUE value IS 45 (17.97% from 255) = 16.36%

R = 67.64%
G = 16%
B = 16.36%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.76

 K value IS 0.27

RGB Variations

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

Color information

#BA2C2D (or 0xBA2C2D) is known color: Mahogany. HEX triplet: BA, 2C and 2D. RGB value is (186,44,45). Sum of RGB (Red+Green+Blue) = 186+44+45=275 (36% of max value = 765). Red value is 186 (73.05% from 255 or 67.64% from 275); Green value is 44 (17.58% from 255 or 16% from 275); Blue value is 45 (17.97% from 255 or 16.36% from 275); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2C2D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA2C2D is #45D3D2. Grayscale: #565656. Windows color (decimal): -4576211 or 2960570. OLE color: 2960570.

HSL color Cylindrical-coordinate representation of color #BA2C2D: hue angle of 359.58º degrees, saturation: 0.62, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BA2C2D is Cyan = 0, Magento = 0.76, Yellow = 0.76 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 44 45 -
CMYK 0 0.76 0.76 0.27
HSL 359.58º 0.62% 0.45% -
HSV(B) 359.58º 0.76% 0.73% -
XYZ 21.62 12.43 3.74 -
YUV 86.57 104.54 198.92 -
System Red Green Blue C M Y K H S L
Decimal 186 44 45 0 0.76 0.76 0.27 359.58 0.62 0.45
Hex BA 2C 2D 0 4C 4C 1B 168 3E 2D
Octal 272 54 55 0 114 114 33 550 76 55
Binary 10111010 101100 101101 0 1001100 1001100 11011 101101000 111110 101101

Color Harmonies of #BA2C2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA2C2D

Black with #BA2C2D

Text Example


Text Example

White with #BA2C2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA2C2D; }

 p { color: rgb(186,44,45); }

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

background-color css

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

 a { background-color: rgb(186,44,45); }

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

border-color css

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

 span { border-color: rgb(186,44,45); }

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