#BA2A3D

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

Shades of Brick Red #BA2A3D

Tints of Brick Red #BA2A3D

Color information

#BA2A3D (or 0xBA2A3D) is unknown color: approx Brick Red. HEX triplet: BA, 2A and 3D. RGB value is (186,42,61). Sum of RGB (Red+Green+Blue) = 186+42+61=289 (38% of max value = 765). Red value is 186 (73.05% from 255 or 64.36% from 289); Green value is 42 (16.80% from 255 or 14.53% from 289); Blue value is 61 (24.22% from 255 or 21.11% from 289); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2A3D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA2A3D is #45D5C2. Grayscale: #575757. Windows color (decimal): -4576707 or 4008634. OLE color: 4008634.

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

Color convert

RGB1864261-
CMYK00.770.670.27
HSL352.08º63.16%44.71%-
HSV(B)352.08º77.42%72.94%-
XYZ21.9212.435.66-
YUV87.22113.21198.46-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 64.36%
GREEN value IS 42 (16.80% from 255) = 14.53%
BLUE value IS 61 (24.22% from 255) = 21.11%
R=64.36%
G=14.53%
B=21.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.67
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186426100.770.670.27352.0863.1644.71
HexBA2A3D04D431B1603f2d
Octal27252750115103335407755
Binary1011101010101011110101001101100001111011101100000111111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA2A3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA2A3D; }

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

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

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

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

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

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

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

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