Html Css Color HEX #BA282A Mahogany

📋 copy color: '#BA282A'

red 186 ◦ green 40 ◦ blue 42

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

Shades of Mahogany #BA282A

Tints of Mahogany #BA282A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 15.67%

R = 69.4%
G = 14.93%
B = 15.67%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.77

 K value IS 0.27

RGB Variations

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

Color information

#BA282A (or 0xBA282A) is known color: Mahogany. HEX triplet: BA, 28 and 2A. RGB value is (186,40,42). Sum of RGB (Red+Green+Blue) = 186+40+42=268 (35% of max value = 765). Red value is 186 (73.05% from 255 or 69.40% from 268); Green value is 40 (16.02% from 255 or 14.93% from 268); Blue value is 42 (16.80% from 255 or 15.67% from 268); Max value from RGB is 186 - color contains mainly: red. Hex color #BA282A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA282A is #45D7D5. Grayscale: #545454. Windows color (decimal): -4577238 or 2762938. OLE color: 2762938.

HSL color Cylindrical-coordinate representation of color #BA282A: hue angle of 359.18º 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 #BA282A is Cyan = 0, Magento = 0.78, Yellow = 0.77 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 40 42 -
CMYK 0 0.78 0.77 0.27
HSL 359.18º 0.65% 0.44% -
HSV(B) 359.18º 0.78% 0.73% -
XYZ 21.43 12.12 3.4 -
YUV 83.88 104.37 200.84 -
System Red Green Blue C M Y K H S L
Decimal 186 40 42 0 0.78 0.77 0.27 359.18 0.65 0.44
Hex BA 28 2A 0 4E 4D 1B 167 41 2C
Octal 272 50 52 0 116 115 33 547 101 54
Binary 10111010 101000 101010 0 1001110 1001101 11011 101100111 1000001 101100

Color Harmonies of #BA282A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA282A

Black with #BA282A

Text Example


Text Example

White with #BA282A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA282A; }

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

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

background-color css

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

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

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

border-color css

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

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

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