#BA2D37

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

Shades of Brick Red #BA2D37

Tints of Brick Red #BA2D37

Color information

#BA2D37 (or 0xBA2D37) is unknown color: approx Brick Red. HEX triplet: BA, 2D and 37. RGB value is (186,45,55). Sum of RGB (Red+Green+Blue) = 186+45+55=286 (37% of max value = 765). Red value is 186 (73.05% from 255 or 65.03% from 286); Green value is 45 (17.97% from 255 or 15.73% from 286); Blue value is 55 (21.88% from 255 or 19.23% from 286); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2D37 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA2D37 is #45D2C8. Grayscale: #585858. Windows color (decimal): -4575945 or 3616186. OLE color: 3616186.

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

Color convert

RGB1864555-
CMYK00.760.700.27
HSL355.74º61.04%45.29%-
HSV(B)355.74º75.81%72.94%-
XYZ21.8812.594.89-
YUV88.3109.21197.69-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 65.03%
GREEN value IS 45 (17.97% from 255) = 15.73%
BLUE value IS 55 (21.88% from 255) = 19.23%
R=65.03%
G=15.73%
B=19.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.70
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186455500.760.700.27355.7461.0445.29
HexBA2D3704C461B1643d2d
Octal27255670114106335447555
Binary1011101010110111011101001100100011011011101100100111101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA2D37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA2D37; }

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

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

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

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

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

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

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

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