#BA4245

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

Shades of Brick Red #BA4245

Tints of Brick Red #BA4245

Color information

#BA4245 (or 0xBA4245) is unknown color: approx Brick Red. HEX triplet: BA, 42 and 45. RGB value is (186,66,69). Sum of RGB (Red+Green+Blue) = 186+66+69=321 (42% of max value = 765). Red value is 186 (73.05% from 255 or 57.94% from 321); Green value is 66 (26.17% from 255 or 20.56% from 321); Blue value is 69 (27.34% from 255 or 21.50% from 321); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4245 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA4245 is #45BDBA. Grayscale: #666666. Windows color (decimal): -4570555 or 4539066. OLE color: 4539066.

HSL color Cylindrical-coordinate representation of color #BA4245: hue angle of 358.5º 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 #BA4245 is Cyan = 0, Magento = 0.65, Yellow = 0.63 and Black (K on CMYK) = 0.27.

Color convert

RGB1866669-
CMYK00.650.630.27
HSL358.5º47.62%49.41%-
HSV(B)358.5º64.52%72.94%-
XYZ23.2714.777.25-
YUV102.22109.26187.76-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 57.94%
GREEN value IS 66 (26.17% from 255) = 20.56%
BLUE value IS 69 (27.34% from 255) = 21.50%
R=57.94%
G=20.56%
B=21.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.63
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186666900.650.630.27358.547.6249.41
HexBA42450413F1B1663031
Octal272102105010177335466061
Binary10111010100001010001010100000111111111011101100110110000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA4245

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA4245; }

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

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

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

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

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

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

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

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