#BA293A

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

Shades of Brick Red #BA293A

Tints of Brick Red #BA293A

Color information

#BA293A (or 0xBA293A) is unknown color: approx Brick Red. HEX triplet: BA, 29 and 3A. RGB value is (186,41,58). Sum of RGB (Red+Green+Blue) = 186+41+58=285 (37% of max value = 765). Red value is 186 (73.05% from 255 or 65.26% from 285); Green value is 41 (16.41% from 255 or 14.39% from 285); Blue value is 58 (23.05% from 255 or 20.35% from 285); Max value from RGB is 186 - color contains mainly: red. Hex color #BA293A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA293A is #45D6C5. Grayscale: #565656. Windows color (decimal): -4576966 or 3811770. OLE color: 3811770.

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

Color convert

RGB1864158-
CMYK00.780.690.27
HSL352.97º63.88%44.51%-
HSV(B)352.97º77.96%72.94%-
XYZ21.8112.335.23-
YUV86.29112.04199.12-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 65.26%
GREEN value IS 41 (16.41% from 255) = 14.39%
BLUE value IS 58 (23.05% from 255) = 20.35%
R=65.26%
G=14.39%
B=20.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.69
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186415800.780.690.27352.9763.8844.51
HexBA293A04E451B161402d
Octal272517201161053354110055
Binary10111010101001111010010011101000101110111011000011000000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA293A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA293A; }

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

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

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

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

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

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

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

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