Html Css Color HEX #BA2740 Brick Red

📋 copy color: '#BA2740'

red 186 ◦ green 39 ◦ blue 64

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

Shades of Brick Red #BA2740

Tints of Brick Red #BA2740

RGB

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

 GREEN value IS 39 (15.63% from 255) = 13.49%

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

R = 64.36%
G = 13.49%
B = 22.15%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.66

 K value IS 0.27

RGB Variations

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

Color information

#BA2740 (or 0xBA2740) is known color: Brick Red. HEX triplet: BA, 27 and 40. RGB value is (186,39,64). Sum of RGB (Red+Green+Blue) = 186+39+64=289 (38% of max value = 765). Red value is 186 (73.05% from 255 or 64.36% from 289); Green value is 39 (15.62% from 255 or 13.49% from 289); Blue value is 64 (25.39% from 255 or 22.15% from 289); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2740 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA2740 is #45D8BF. Grayscale: #555555. Windows color (decimal): -4577472 or 4204474. OLE color: 4204474.

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

Color convert

RGB 186 39 64 -
CMYK 0 0.79 0.66 0.27
HSL 349.8º 0.65% 0.44% -
HSV(B) 349.8º 0.79% 0.73% -
XYZ 21.9 12.26 6.06 -
YUV 85.8 115.7 199.47 -
System Red Green Blue C M Y K H S L
Decimal 186 39 64 0 0.79 0.66 0.27 349.8 0.65 0.44
Hex BA 27 40 0 4F 42 1B 15E 41 2C
Octal 272 47 100 0 117 102 33 536 101 54
Binary 10111010 100111 1000000 0 1001111 1000010 11011 101011110 1000001 101100

Color Harmonies of #BA2740

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA2740

Black with #BA2740

Text Example


Text Example

White with #BA2740

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA2740; }

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

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

background-color css

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

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

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

border-color css

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

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

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