#BA293E

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

Shades of Brick Red #BA293E

Tints of Brick Red #BA293E

Color information

#BA293E (or 0xBA293E) is unknown color: approx Brick Red. HEX triplet: BA, 29 and 3E. RGB value is (186,41,62). Sum of RGB (Red+Green+Blue) = 186+41+62=289 (38% of max value = 765). Red value is 186 (73.05% from 255 or 64.36% from 289); Green value is 41 (16.41% from 255 or 14.19% from 289); Blue value is 62 (24.61% from 255 or 21.45% from 289); Max value from RGB is 186 - color contains mainly: red. Hex color #BA293E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA293E is #45D6C1. Grayscale: #565656. Windows color (decimal): -4576962 or 4073914. OLE color: 4073914.

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

Color convert

RGB1864162-
CMYK00.780.670.27
HSL351.31º63.88%44.51%-
HSV(B)351.31º77.96%72.94%-
XYZ21.9112.375.79-
YUV86.75114.04198.79-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 64.36%
GREEN value IS 41 (16.41% from 255) = 14.19%
BLUE value IS 62 (24.61% from 255) = 21.45%
R=64.36%
G=14.19%
B=21.45%

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
Decimal186416200.780.670.27351.3163.8844.51
HexBA293E04E431B15f402d
Octal272517601161033353710055
Binary10111010101001111110010011101000011110111010111111000000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA293E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA293E; }

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

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

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

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

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

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

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

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