#BA2A40

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

Shades of Brick Red #BA2A40

Tints of Brick Red #BA2A40

Color information

#BA2A40 (or 0xBA2A40) is unknown color: approx Brick Red. HEX triplet: BA, 2A and 40. RGB value is (186,42,64). Sum of RGB (Red+Green+Blue) = 186+42+64=292 (38% of max value = 765). Red value is 186 (73.05% from 255 or 63.70% from 292); Green value is 42 (16.80% from 255 or 14.38% from 292); Blue value is 64 (25.39% from 255 or 21.92% from 292); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2A40 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA2A40 is #45D5BF. Grayscale: #575757. Windows color (decimal): -4576704 or 4205242. OLE color: 4205242.

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

Color convert

RGB1864264-
CMYK00.770.660.27
HSL350.83º63.16%44.71%-
HSV(B)350.83º77.42%72.94%-
XYZ2212.476.1-
YUV87.56114.71198.21-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 63.70%
GREEN value IS 42 (16.80% from 255) = 14.38%
BLUE value IS 64 (25.39% from 255) = 21.92%
R=63.70%
G=14.38%
B=21.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.66
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186426400.770.660.27350.8363.1644.71
HexBA2A4004D421B15f3f2d
Octal272521000115102335377755
Binary10111010101010100000001001101100001011011101011111111111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA2A40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA2A40; }

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

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

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

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

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

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

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

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