#BA2C3B

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

Shades of Brick Red #BA2C3B

Tints of Brick Red #BA2C3B

Color information

#BA2C3B (or 0xBA2C3B) is unknown color: approx Brick Red. HEX triplet: BA, 2C and 3B. RGB value is (186,44,59). Sum of RGB (Red+Green+Blue) = 186+44+59=289 (38% of max value = 765). Red value is 186 (73.05% from 255 or 64.36% from 289); Green value is 44 (17.58% from 255 or 15.22% from 289); Blue value is 59 (23.44% from 255 or 20.42% from 289); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2C3B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA2C3B is #45D3C4. Grayscale: #585858. Windows color (decimal): -4576197 or 3878074. OLE color: 3878074.

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

Color convert

RGB1864459-
CMYK00.760.680.27
HSL353.66º61.74%45.1%-
HSV(B)353.66º76.34%72.94%-
XYZ21.9412.565.4-
YUV88.17111.54197.78-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 64.36%
GREEN value IS 44 (17.58% from 255) = 15.22%
BLUE value IS 59 (23.44% from 255) = 20.42%
R=64.36%
G=15.22%
B=20.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.68
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186445900.760.680.27353.6661.7445.1
HexBA2C3B04C441B1623e2d
Octal27254730114104335427655
Binary1011101010110011101101001100100010011011101100010111110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA2C3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA2C3B; }

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

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

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

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

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

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

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

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