Html Css Color HEX #BA2940 Brick Red

📋 copy color: '#BA2940'

red 186 ◦ green 41 ◦ blue 64

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

Shades of Brick Red #BA2940

Tints of Brick Red #BA2940

RGB

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

 GREEN value IS 41 (16.41% from 255) = 14.09%

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

R = 63.92%
G = 14.09%
B = 21.99%

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

#BA2940 (or 0xBA2940) is known color: Brick Red. HEX triplet: BA, 29 and 40. RGB value is (186,41,64). Sum of RGB (Red+Green+Blue) = 186+41+64=291 (38% of max value = 765). Red value is 186 (73.05% from 255 or 63.92% from 291); Green value is 41 (16.41% from 255 or 14.09% from 291); Blue value is 64 (25.39% from 255 or 21.99% from 291); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2940 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA2940 is #45D6BF. Grayscale: #575757. Windows color (decimal): -4576960 or 4204986. OLE color: 4204986.

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

Color convert

RGB 186 41 64 -
CMYK 0 0.78 0.66 0.27
HSL 350.48º 0.64% 0.45% -
HSV(B) 350.48º 0.78% 0.73% -
XYZ 21.97 12.4 6.09 -
YUV 86.98 115.04 198.63 -
System Red Green Blue C M Y K H S L
Decimal 186 41 64 0 0.78 0.66 0.27 350.48 0.64 0.45
Hex BA 29 40 0 4E 42 1B 15E 40 2D
Octal 272 51 100 0 116 102 33 536 100 55
Binary 10111010 101001 1000000 0 1001110 1000010 11011 101011110 1000000 101101

Color Harmonies of #BA2940

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA2940

Black with #BA2940

Text Example


Text Example

White with #BA2940

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA2940; }

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

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

background-color css

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

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

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

border-color css

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

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

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