#BA353C

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

Shades of Brick Red #BA353C

Tints of Brick Red #BA353C

Color information

#BA353C (or 0xBA353C) is unknown color: approx Brick Red. HEX triplet: BA, 35 and 3C. RGB value is (186,53,60). Sum of RGB (Red+Green+Blue) = 186+53+60=299 (39% of max value = 765). Red value is 186 (73.05% from 255 or 62.21% from 299); Green value is 53 (21.09% from 255 or 17.73% from 299); Blue value is 60 (23.83% from 255 or 20.07% from 299); Max value from RGB is 186 - color contains mainly: red. Hex color #BA353C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA353C is #45CAC3. Grayscale: #5D5D5D. Windows color (decimal): -4573892 or 3945914. OLE color: 3945914.

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

Color convert

RGB1865360-
CMYK00.720.680.27
HSL356.84º55.65%46.86%-
HSV(B)356.84º71.51%72.94%-
XYZ22.3413.315.67-
YUV93.56109.06193.93-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 62.21%
GREEN value IS 53 (21.09% from 255) = 17.73%
BLUE value IS 60 (23.83% from 255) = 20.07%
R=62.21%
G=17.73%
B=20.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.68
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186536000.720.680.27356.8455.6546.86
HexBA353C048441B165382f
Octal27265740110104335457057
Binary1011101011010111110001001000100010011011101100101111000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA353C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA353C; }

 p { color: rgb(186,53,60); }

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

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

 a { background-color: rgb(186,53,60); }

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

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

 span { border-color: rgb(186,53,60); }

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