Html Css Color HEX #BA4146 Brick Red

📋 copy color: '#BA4146'

red 186 ◦ green 65 ◦ blue 70

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

Shades of Brick Red #BA4146

Tints of Brick Red #BA4146

RGB

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

 GREEN value IS 65 (25.78% from 255) = 20.25%

 BLUE value IS 70 (27.73% from 255) = 21.81%

R = 57.94%
G = 20.25%
B = 21.81%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.62

 K value IS 0.27

RGB Variations

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

Color information

#BA4146 (or 0xBA4146) is known color: Brick Red. HEX triplet: BA, 41 and 46. RGB value is (186,65,70). Sum of RGB (Red+Green+Blue) = 186+65+70=321 (42% of max value = 765). Red value is 186 (73.05% from 255 or 57.94% from 321); Green value is 65 (25.78% from 255 or 20.25% from 321); Blue value is 70 (27.73% from 255 or 21.81% from 321); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4146 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA4146 is #45BEB9. Grayscale: #656565. Windows color (decimal): -4570810 or 4604346. OLE color: 4604346.

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

Color convert

RGB 186 65 70 -
CMYK 0 0.65 0.62 0.27
HSL 357.52º 0.48% 0.49% -
HSV(B) 357.52º 0.65% 0.73% -
XYZ 23.25 14.66 7.4 -
YUV 101.75 110.09 188.09 -
System Red Green Blue C M Y K H S L
Decimal 186 65 70 0 0.65 0.62 0.27 357.52 0.48 0.49
Hex BA 41 46 0 41 3E 1B 166 30 31
Octal 272 101 106 0 101 76 33 546 60 61
Binary 10111010 1000001 1000110 0 1000001 111110 11011 101100110 110000 110001

Color Harmonies of #BA4146

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA4146

Black with #BA4146

Text Example


Text Example

White with #BA4146

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA4146; }

 p { color: rgb(186,65,70); }

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

background-color css

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

 a { background-color: rgb(186,65,70); }

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

border-color css

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

 span { border-color: rgb(186,65,70); }

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