#BA323C

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

Shades of Brick Red #BA323C

Tints of Brick Red #BA323C

Color information

#BA323C (or 0xBA323C) is unknown color: approx Brick Red. HEX triplet: BA, 32 and 3C. RGB value is (186,50,60). Sum of RGB (Red+Green+Blue) = 186+50+60=296 (39% of max value = 765). Red value is 186 (73.05% from 255 or 62.84% from 296); Green value is 50 (19.92% from 255 or 16.89% from 296); Blue value is 60 (23.83% from 255 or 20.27% from 296); Max value from RGB is 186 - color contains mainly: red. Hex color #BA323C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA323C is #45CDC3. Grayscale: #5B5B5B. Windows color (decimal): -4574660 or 3945146. OLE color: 3945146.

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

Color convert

RGB1865060-
CMYK00.730.680.27
HSL355.59º57.63%46.27%-
HSV(B)355.59º73.12%72.94%-
XYZ22.2113.055.62-
YUV91.8110.06195.19-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 62.84%
GREEN value IS 50 (19.92% from 255) = 16.89%
BLUE value IS 60 (23.83% from 255) = 20.27%
R=62.84%
G=16.89%
B=20.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.68
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186506000.730.680.27355.5957.6346.27
HexBA323C049441B1643a2e
Octal27262740111104335447256
Binary1011101011001011110001001001100010011011101100100111010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA323C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA323C; }

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

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

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

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

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

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

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

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