#BA4045

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

Shades of Brick Red #BA4045

Tints of Brick Red #BA4045

Color information

#BA4045 (or 0xBA4045) is unknown color: approx Brick Red. HEX triplet: BA, 40 and 45. RGB value is (186,64,69). Sum of RGB (Red+Green+Blue) = 186+64+69=319 (42% of max value = 765). Red value is 186 (73.05% from 255 or 58.31% from 319); Green value is 64 (25.39% from 255 or 20.06% from 319); Blue value is 69 (27.34% from 255 or 21.63% from 319); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4045 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA4045 is #45BFBA. Grayscale: #656565. Windows color (decimal): -4571067 or 4538554. OLE color: 4538554.

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

Color convert

RGB1866469-
CMYK00.660.630.27
HSL357.54º48.8%49.02%-
HSV(B)357.54º65.59%72.94%-
XYZ23.1614.547.22-
YUV101.05109.92188.59-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 58.31%
GREEN value IS 64 (25.39% from 255) = 20.06%
BLUE value IS 69 (27.34% from 255) = 21.63%
R=58.31%
G=20.06%
B=21.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.63
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186646900.660.630.27357.5448.849.02
HexBA40450423F1B1663131
Octal272100105010277335466161
Binary10111010100000010001010100001011111111011101100110110001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA4045

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA4045; }

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

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

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

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

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

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

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

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