#BA2A41

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

Shades of Brick Red #BA2A41

Tints of Brick Red #BA2A41

Color information

#BA2A41 (or 0xBA2A41) is unknown color: approx Brick Red. HEX triplet: BA, 2A and 41. RGB value is (186,42,65). Sum of RGB (Red+Green+Blue) = 186+42+65=293 (38% of max value = 765). Red value is 186 (73.05% from 255 or 63.48% from 293); Green value is 42 (16.80% from 255 or 14.33% from 293); Blue value is 65 (25.78% from 255 or 22.18% from 293); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2A41 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA2A41 is #45D5BE. Grayscale: #575757. Windows color (decimal): -4576703 or 4270778. OLE color: 4270778.

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

Color convert

RGB1864265-
CMYK00.770.650.27
HSL350.42º63.16%44.71%-
HSV(B)350.42º77.42%72.94%-
XYZ22.0312.486.25-
YUV87.68115.21198.13-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 63.48%
GREEN value IS 42 (16.80% from 255) = 14.33%
BLUE value IS 65 (25.78% from 255) = 22.18%
R=63.48%
G=14.33%
B=22.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.65
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186426500.770.650.27350.4263.1644.71
HexBA2A4104D411B15e3f2d
Octal272521010115101335367755
Binary10111010101010100000101001101100000111011101011110111111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA2A41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA2A41; }

 p { color: rgb(186,42,65); }

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

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

 a { background-color: rgb(186,42,65); }

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

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

 span { border-color: rgb(186,42,65); }

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