#BA3141

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

Shades of Brick Red #BA3141

Tints of Brick Red #BA3141

Color information

#BA3141 (or 0xBA3141) is unknown color: approx Brick Red. HEX triplet: BA, 31 and 41. RGB value is (186,49,65). Sum of RGB (Red+Green+Blue) = 186+49+65=300 (39% of max value = 765). Red value is 186 (73.05% from 255 or 62% from 300); Green value is 49 (19.53% from 255 or 16.33% from 300); Blue value is 65 (25.78% from 255 or 21.67% from 300); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3141 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA3141 is #45CEBE. Grayscale: #5B5B5B. Windows color (decimal): -4574911 or 4272570. OLE color: 4272570.

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

Color convert

RGB1864965-
CMYK00.740.650.27
HSL352.99º58.3%46.08%-
HSV(B)352.99º73.66%72.94%-
XYZ22.313.026.34-
YUV91.79112.89195.2-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 62%
GREEN value IS 49 (19.53% from 255) = 16.33%
BLUE value IS 65 (25.78% from 255) = 21.67%
R=62%
G=16.33%
B=21.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.65
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186496500.740.650.27352.9958.346.08
HexBA314104A411B1613a2e
Octal272611010112101335417256
Binary10111010110001100000101001010100000111011101100001111010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA3141

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA3141; }

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

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

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

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

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

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

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

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