Html Css Color HEX #BA282C Mahogany

📋 copy color: '#BA282C'

red 186 ◦ green 40 ◦ blue 44

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

Shades of Mahogany #BA282C

Tints of Mahogany #BA282C

RGB

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

 GREEN value IS 40 (16.02% from 255) = 14.81%

 BLUE value IS 44 (17.58% from 255) = 16.3%

R = 68.89%
G = 14.81%
B = 16.3%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.76

 K value IS 0.27

RGB Variations

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

Color information

#BA282C (or 0xBA282C) is known color: Mahogany. HEX triplet: BA, 28 and 2C. RGB value is (186,40,44). Sum of RGB (Red+Green+Blue) = 186+40+44=270 (35% of max value = 765). Red value is 186 (73.05% from 255 or 68.89% from 270); Green value is 40 (16.02% from 255 or 14.81% from 270); Blue value is 44 (17.58% from 255 or 16.30% from 270); Max value from RGB is 186 - color contains mainly: red. Hex color #BA282C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA282C is #45D7D3. Grayscale: #545454. Windows color (decimal): -4577236 or 2894010. OLE color: 2894010.

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

Color convert

RGB 186 40 44 -
CMYK 0 0.78 0.76 0.27
HSL 358.36º 0.65% 0.44% -
HSV(B) 358.36º 0.78% 0.73% -
XYZ 21.46 12.14 3.59 -
YUV 84.11 105.37 200.67 -
System Red Green Blue C M Y K H S L
Decimal 186 40 44 0 0.78 0.76 0.27 358.36 0.65 0.44
Hex BA 28 2C 0 4E 4C 1B 166 41 2C
Octal 272 50 54 0 116 114 33 546 101 54
Binary 10111010 101000 101100 0 1001110 1001100 11011 101100110 1000001 101100

Color Harmonies of #BA282C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA282C

Black with #BA282C

Text Example


Text Example

White with #BA282C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA282C; }

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

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

background-color css

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

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

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

border-color css

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

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

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