#BA2A42

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

Shades of Brick Red #BA2A42

Tints of Brick Red #BA2A42

Color information

#BA2A42 (or 0xBA2A42) is unknown color: approx Brick Red. HEX triplet: BA, 2A and 42. RGB value is (186,42,66). Sum of RGB (Red+Green+Blue) = 186+42+66=294 (38% of max value = 765). Red value is 186 (73.05% from 255 or 63.27% from 294); Green value is 42 (16.80% from 255 or 14.29% from 294); Blue value is 66 (26.17% from 255 or 22.45% from 294); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2A42 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA2A42 is #45D5BD. Grayscale: #575757. Windows color (decimal): -4576702 or 4336314. OLE color: 4336314.

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

Color convert

RGB1864266-
CMYK00.770.650.27
HSL350º63.16%44.71%-
HSV(B)350º77.42%72.94%-
XYZ22.0612.496.4-
YUV87.79115.71198.05-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 63.27%
GREEN value IS 42 (16.80% from 255) = 14.29%
BLUE value IS 66 (26.17% from 255) = 22.45%
R=63.27%
G=14.29%
B=22.45%

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
Decimal186426600.770.650.2735063.1644.71
HexBA2A4204D411B15e3f2d
Octal272521020115101335367755
Binary10111010101010100001001001101100000111011101011110111111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA2A42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA2A42; }

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

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

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

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

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

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

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

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