#BA3B43

Color #BA3B43 Brick Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Brick Red #BA3B43

Tints of Brick Red #BA3B43

Color information

#BA3B43 (or 0xBA3B43) is unknown color: approx Brick Red. HEX triplet: BA, 3B and 43. RGB value is (186,59,67). Sum of RGB (Red+Green+Blue) = 186+59+67=312 (41% of max value = 765). Red value is 186 (73.05% from 255 or 59.62% from 312); Green value is 59 (23.44% from 255 or 18.91% from 312); Blue value is 67 (26.56% from 255 or 21.47% from 312); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3B43 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA3B43 is #45C4BC. Grayscale: #616161. Windows color (decimal): -4572349 or 4406202. OLE color: 4406202.

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

Color convert

RGB1865967-
CMYK00.680.640.27
HSL356.22º51.84%48.04%-
HSV(B)356.22º68.28%72.94%-
XYZ22.8313.976.8-
YUV97.88110.58190.85-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 59.62%
GREEN value IS 59 (23.44% from 255) = 18.91%
BLUE value IS 67 (26.56% from 255) = 21.47%
R=59.62%
G=18.91%
B=21.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.64
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186596700.680.640.27356.2251.8448.04
HexBA3B43044401B1643430
Octal272731030104100335446460
Binary10111010111011100001101000100100000011011101100100110100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA3B43

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA3B43; }

 p { color: rgb(186,59,67); }

 H1.HeaderClassName
 {
   color: #BA3B43;
 }
 .AnyTagClassName
 {
   color: #BA3B43;
 }
</style>
background-color css

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

 a { background-color: rgb(186,59,67); }

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

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

 span { border-color: rgb(186,59,67); }

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