#BA293D

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

Shades of Brick Red #BA293D

Tints of Brick Red #BA293D

Color information

#BA293D (or 0xBA293D) is unknown color: approx Brick Red. HEX triplet: BA, 29 and 3D. RGB value is (186,41,61). Sum of RGB (Red+Green+Blue) = 186+41+61=288 (38% of max value = 765). Red value is 186 (73.05% from 255 or 64.58% from 288); Green value is 41 (16.41% from 255 or 14.24% from 288); Blue value is 61 (24.22% from 255 or 21.18% from 288); Max value from RGB is 186 - color contains mainly: red. Hex color #BA293D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA293D is #45D6C2. Grayscale: #565656. Windows color (decimal): -4576963 or 4008378. OLE color: 4008378.

HSL color Cylindrical-coordinate representation of color #BA293D: hue angle of 351.72º degrees, saturation: 0.64, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BA293D is Cyan = 0, Magento = 0.78, Yellow = 0.67 and Black (K on CMYK) = 0.27.

Color convert

RGB1864161-
CMYK00.780.670.27
HSL351.72º63.88%44.51%-
HSV(B)351.72º77.96%72.94%-
XYZ21.8812.365.65-
YUV86.64113.54198.87-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 64.58%
GREEN value IS 41 (16.41% from 255) = 14.24%
BLUE value IS 61 (24.22% from 255) = 21.18%
R=64.58%
G=14.24%
B=21.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.67
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186416100.780.670.27351.7263.8844.51
HexBA293D04E431B160402d
Octal272517501161033354010055
Binary10111010101001111101010011101000011110111011000001000000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA293D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA293D; }

 p { color: rgb(186,41,61); }

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

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

 a { background-color: rgb(186,41,61); }

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

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

 span { border-color: rgb(186,41,61); }

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