Html Css Color HEX #BA3140 Brick Red

📋 copy color: '#BA3140'

red 186 ◦ green 49 ◦ blue 64

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

Shades of Brick Red #BA3140

Tints of Brick Red #BA3140

RGB

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

 GREEN value IS 49 (19.53% from 255) = 16.39%

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

R = 62.21%
G = 16.39%
B = 21.4%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.66

 K value IS 0.27

RGB Variations

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

Color information

#BA3140 (or 0xBA3140) is known color: Brick Red. HEX triplet: BA, 31 and 40. RGB value is (186,49,64). Sum of RGB (Red+Green+Blue) = 186+49+64=299 (39% of max value = 765). Red value is 186 (73.05% from 255 or 62.21% from 299); Green value is 49 (19.53% from 255 or 16.39% from 299); Blue value is 64 (25.39% from 255 or 21.40% from 299); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3140 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA3140 is #45CEBF. Grayscale: #5B5B5B. Windows color (decimal): -4574912 or 4207034. OLE color: 4207034.

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

Color convert

RGB 186 49 64 -
CMYK 0 0.74 0.66 0.27
HSL 353.43º 0.58% 0.46% -
HSV(B) 353.43º 0.74% 0.73% -
XYZ 22.27 13.01 6.19 -
YUV 91.67 112.39 195.28 -
System Red Green Blue C M Y K H S L
Decimal 186 49 64 0 0.74 0.66 0.27 353.43 0.58 0.46
Hex BA 31 40 0 4A 42 1B 161 3A 2E
Octal 272 61 100 0 112 102 33 541 72 56
Binary 10111010 110001 1000000 0 1001010 1000010 11011 101100001 111010 101110

Color Harmonies of #BA3140

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA3140

Black with #BA3140

Text Example


Text Example

White with #BA3140

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA3140; }

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

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

background-color css

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

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

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

border-color css

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

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

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