Html Css Color HEX #BA2840 Brick Red

📋 copy color: '#BA2840'

red 186 ◦ green 40 ◦ blue 64

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

Shades of Brick Red #BA2840

Tints of Brick Red #BA2840

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 22.07%

R = 64.14%
G = 13.79%
B = 22.07%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.66

 K value IS 0.27

RGB Variations

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

Color information

#BA2840 (or 0xBA2840) is known color: Brick Red. HEX triplet: BA, 28 and 40. RGB value is (186,40,64). Sum of RGB (Red+Green+Blue) = 186+40+64=290 (38% of max value = 765). Red value is 186 (73.05% from 255 or 64.14% from 290); Green value is 40 (16.02% from 255 or 13.79% from 290); Blue value is 64 (25.39% from 255 or 22.07% from 290); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2840 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA2840 is #45D7BF. Grayscale: #565656. Windows color (decimal): -4577216 or 4204730. OLE color: 4204730.

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

Color convert

RGB 186 40 64 -
CMYK 0 0.78 0.66 0.27
HSL 350.14º 0.65% 0.44% -
HSV(B) 350.14º 0.78% 0.73% -
XYZ 21.93 12.33 6.07 -
YUV 86.39 115.37 199.05 -
System Red Green Blue C M Y K H S L
Decimal 186 40 64 0 0.78 0.66 0.27 350.14 0.65 0.44
Hex BA 28 40 0 4E 42 1B 15E 41 2C
Octal 272 50 100 0 116 102 33 536 101 54
Binary 10111010 101000 1000000 0 1001110 1000010 11011 101011110 1000001 101100

Color Harmonies of #BA2840

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA2840

Black with #BA2840

Text Example


Text Example

White with #BA2840

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA2840; }

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

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

background-color css

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

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

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

border-color css

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

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

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