#ba323e

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

Shades of Brick Red #BA323E

Tints of Brick Red #BA323E

Color information

#BA323E (or 0xBA323E) is unknown color: approx Brick Red. HEX triplet: BA, 32 and 3E. RGB value is (186,50,62). Sum of RGB (Red+Green+Blue) = 186+50+62=298 (39% of max value = 765). Red value is 186 (73.05% from 255 or 62.42% from 298); Green value is 50 (19.92% from 255 or 16.78% from 298); Blue value is 62 (24.61% from 255 or 20.81% from 298); Max value from RGB is 186 - color contains mainly: red. Hex color #BA323E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA323E is #45CDC1. Grayscale: #5C5C5C. Windows color (decimal): -4574658 or 4076218. OLE color: 4076218.

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

Color convert

RGB1865062-
CMYK00.730.670.27
HSL354.71º57.63%46.27%-
HSV(B)354.71º73.12%72.94%-
XYZ22.2613.075.91-
YUV92.03111.06195.02-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 62.42%
GREEN value IS 50 (19.92% from 255) = 16.78%
BLUE value IS 62 (24.61% from 255) = 20.81%
R=62.42%
G=16.78%
B=20.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.67
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186506200.730.670.27354.7157.6346.27
HexBA323E049431B1633a2e
Octal27262760111103335437256
Binary1011101011001011111001001001100001111011101100011111010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ba323e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ba323e; }

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

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

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

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

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

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

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

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