#BA313C

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

Shades of Brick Red #BA313C

Tints of Brick Red #BA313C

Color information

#BA313C (or 0xBA313C) is unknown color: approx Brick Red. HEX triplet: BA, 31 and 3C. RGB value is (186,49,60). Sum of RGB (Red+Green+Blue) = 186+49+60=295 (39% of max value = 765). Red value is 186 (73.05% from 255 or 63.05% from 295); Green value is 49 (19.53% from 255 or 16.61% from 295); Blue value is 60 (23.83% from 255 or 20.34% from 295); Max value from RGB is 186 - color contains mainly: red. Hex color #BA313C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA313C is #45CEC3. Grayscale: #5B5B5B. Windows color (decimal): -4574916 or 3944890. OLE color: 3944890.

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

Color convert

RGB1864960-
CMYK00.740.680.27
HSL355.18º58.3%46.08%-
HSV(B)355.18º73.66%72.94%-
XYZ22.1612.965.61-
YUV91.22110.39195.61-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 63.05%
GREEN value IS 49 (19.53% from 255) = 16.61%
BLUE value IS 60 (23.83% from 255) = 20.34%
R=63.05%
G=16.61%
B=20.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.68
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186496000.740.680.27355.1858.346.08
HexBA313C04A441B1633a2e
Octal27261740112104335437256
Binary1011101011000111110001001010100010011011101100011111010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA313C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA313C; }

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

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

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

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

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

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

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

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