#BA4446

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

Shades of Brick Red #BA4446

Tints of Brick Red #BA4446

Color information

#BA4446 (or 0xBA4446) is unknown color: approx Brick Red. HEX triplet: BA, 44 and 46. RGB value is (186,68,70). Sum of RGB (Red+Green+Blue) = 186+68+70=324 (42% of max value = 765). Red value is 186 (73.05% from 255 or 57.41% from 324); Green value is 68 (26.95% from 255 or 20.99% from 324); Blue value is 70 (27.73% from 255 or 21.60% from 324); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4446 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA4446 is #45BBB9. Grayscale: #676767. Windows color (decimal): -4570042 or 4605114. OLE color: 4605114.

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

Color convert

RGB1866870-
CMYK00.630.620.27
HSL358.98º46.46%49.8%-
HSV(B)358.98º63.44%72.94%-
XYZ23.4215.027.46-
YUV103.51109.09186.84-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 57.41%
GREEN value IS 68 (26.95% from 255) = 20.99%
BLUE value IS 70 (27.73% from 255) = 21.60%
R=57.41%
G=20.99%
B=21.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.62
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186687000.630.620.27358.9846.4649.8
HexBA444603F3E1B1672e32
Octal27210410607776335475662
Binary1011101010001001000110011111111111011011101100111101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA4446

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA4446; }

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

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

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

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

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

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

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

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