#BA2D3A

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

Shades of Brick Red #BA2D3A

Tints of Brick Red #BA2D3A

Color information

#BA2D3A (or 0xBA2D3A) is unknown color: approx Brick Red. HEX triplet: BA, 2D and 3A. RGB value is (186,45,58). Sum of RGB (Red+Green+Blue) = 186+45+58=289 (38% of max value = 765). Red value is 186 (73.05% from 255 or 64.36% from 289); Green value is 45 (17.97% from 255 or 15.57% from 289); Blue value is 58 (23.05% from 255 or 20.07% from 289); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2D3A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA2D3A is #45D2C5. Grayscale: #585858. Windows color (decimal): -4575942 or 3812794. OLE color: 3812794.

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

Color convert

RGB1864558-
CMYK00.760.690.27
HSL354.47º61.04%45.29%-
HSV(B)354.47º75.81%72.94%-
XYZ21.9512.625.28-
YUV88.64110.71197.44-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 64.36%
GREEN value IS 45 (17.97% from 255) = 15.57%
BLUE value IS 58 (23.05% from 255) = 20.07%
R=64.36%
G=15.57%
B=20.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.69
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186455800.760.690.27354.4761.0445.29
HexBA2D3A04C451B1623d2d
Octal27255720114105335427555
Binary1011101010110111101001001100100010111011101100010111101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA2D3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA2D3A; }

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

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

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

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

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

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

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

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