Html Css Color HEX #BA282E Mahogany

📋 copy color: '#BA282E'

red 186 ◦ green 40 ◦ blue 46

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

Shades of Mahogany #BA282E

Tints of Mahogany #BA282E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 16.91%

R = 68.38%
G = 14.71%
B = 16.91%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.75

 K value IS 0.27

RGB Variations

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

Color information

#BA282E (or 0xBA282E) is known color: Mahogany. HEX triplet: BA, 28 and 2E. RGB value is (186,40,46). Sum of RGB (Red+Green+Blue) = 186+40+46=272 (36% of max value = 765). Red value is 186 (73.05% from 255 or 68.38% from 272); Green value is 40 (16.02% from 255 or 14.71% from 272); Blue value is 46 (18.36% from 255 or 16.91% from 272); Max value from RGB is 186 - color contains mainly: red. Hex color #BA282E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA282E is #45D7D1. Grayscale: #545454. Windows color (decimal): -4577234 or 3025082. OLE color: 3025082.

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

Color convert

RGB 186 40 46 -
CMYK 0 0.78 0.75 0.27
HSL 357.53º 0.65% 0.44% -
HSV(B) 357.53º 0.78% 0.73% -
XYZ 21.5 12.15 3.8 -
YUV 84.34 106.37 200.51 -
System Red Green Blue C M Y K H S L
Decimal 186 40 46 0 0.78 0.75 0.27 357.53 0.65 0.44
Hex BA 28 2E 0 4E 4B 1B 166 41 2C
Octal 272 50 56 0 116 113 33 546 101 54
Binary 10111010 101000 101110 0 1001110 1001011 11011 101100110 1000001 101100

Color Harmonies of #BA282E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA282E

Black with #BA282E

Text Example


Text Example

White with #BA282E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA282E; }

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

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

background-color css

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

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

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

border-color css

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

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

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