Html Css Color HEX #BA3740 Brick Red

📋 copy color: '#BA3740'

red 186 ◦ green 55 ◦ blue 64

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

Shades of Brick Red #BA3740

Tints of Brick Red #BA3740

RGB

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

 GREEN value IS 55 (21.88% from 255) = 18.03%

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

R = 60.98%
G = 18.03%
B = 20.98%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.66

 K value IS 0.27

RGB Variations

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

Color information

#BA3740 (or 0xBA3740) is known color: Brick Red. HEX triplet: BA, 37 and 40. RGB value is (186,55,64). Sum of RGB (Red+Green+Blue) = 186+55+64=305 (40% of max value = 765). Red value is 186 (73.05% from 255 or 60.98% from 305); Green value is 55 (21.88% from 255 or 18.03% from 305); Blue value is 64 (25.39% from 255 or 20.98% from 305); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3740 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA3740 is #45C8BF. Grayscale: #5F5F5F. Windows color (decimal): -4573376 or 4208570. OLE color: 4208570.

HSL color Cylindrical-coordinate representation of color #BA3740: hue angle of 355.88º degrees, saturation: 0.54, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BA3740 is Cyan = 0, Magento = 0.70, Yellow = 0.66 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 55 64 -
CMYK 0 0.70 0.66 0.27
HSL 355.88º 0.54% 0.47% -
HSV(B) 355.88º 0.7% 0.73% -
XYZ 22.54 13.54 6.28 -
YUV 95.2 110.4 192.77 -
System Red Green Blue C M Y K H S L
Decimal 186 55 64 0 0.70 0.66 0.27 355.88 0.54 0.47
Hex BA 37 40 0 46 42 1B 164 36 2F
Octal 272 67 100 0 106 102 33 544 66 57
Binary 10111010 110111 1000000 0 1000110 1000010 11011 101100100 110110 101111

Color Harmonies of #BA3740

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA3740

Black with #BA3740

Text Example


Text Example

White with #BA3740

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA3740; }

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

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

background-color css

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

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

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

border-color css

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

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

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