#BA3140

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

Shades of Brick Red #BA3140

Tints of Brick Red #BA3140

Color information

#BA3140 (or 0xBA3140) is unknown color: approx Brick Red. HEX triplet: BA, 31 and 40. RGB value is (186,49,64). Sum of RGB (Red+Green+Blue) = 186+49+64=299 (39% of max value = 765). Red value is 186 (73.05% from 255 or 62.21% from 299); Green value is 49 (19.53% from 255 or 16.39% from 299); Blue value is 64 (25.39% from 255 or 21.40% from 299); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3140 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA3140 is #45CEBF. Grayscale: #5B5B5B. Windows color (decimal): -4574912 or 4207034. OLE color: 4207034.

HSL color Cylindrical-coordinate representation of color #BA3140: hue angle of 353.43º degrees, saturation: 0.58, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BA3140 is Cyan = 0, Magento = 0.74, Yellow = 0.66 and Black (K on CMYK) = 0.27.

Color convert

RGB1864964-
CMYK00.740.660.27
HSL353.43º58.3%46.08%-
HSV(B)353.43º73.66%72.94%-
XYZ22.2713.016.19-
YUV91.67112.39195.28-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 62.21%
GREEN value IS 49 (19.53% from 255) = 16.39%
BLUE value IS 64 (25.39% from 255) = 21.40%
R=62.21%
G=16.39%
B=21.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.66
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186496400.740.660.27353.4358.346.08
HexBA314004A421B1613a2e
Octal272611000112102335417256
Binary10111010110001100000001001010100001011011101100001111010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA3140

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA3140; }

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

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

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

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

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

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

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

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